diff --git a/docs/oas3_0_0/TripService.json b/docs/oas3_0_0/TripService.json index fc6da39..d16a2df 100644 --- a/docs/oas3_0_0/TripService.json +++ b/docs/oas3_0_0/TripService.json @@ -1267,6 +1267,7 @@ { "name": "userName", "in": "path", + "description": "Usage: userName={userName}", "required": true, "schema": { "type": "string" @@ -1350,6 +1351,7 @@ { "name": "lastName", "in": "path", + "description": "Usage: lastName={lastName}", "required": true, "schema": { "type": "string" @@ -2517,6 +2519,7 @@ { "name": "userName", "in": "path", + "description": "Usage: userName={userName}", "required": true, "schema": { "type": "string" @@ -2622,6 +2625,7 @@ { "name": "lastName", "in": "path", + "description": "Usage: lastName={lastName}", "required": true, "schema": { "type": "string" @@ -3821,6 +3825,7 @@ { "name": "userName", "in": "path", + "description": "Usage: userName={userName}", "required": true, "schema": { "type": "string" @@ -3926,6 +3931,7 @@ { "name": "lastName", "in": "path", + "description": "Usage: lastName={lastName}", "required": true, "schema": { "type": "string" diff --git a/docs/oas3_0_0/graph.beta.json b/docs/oas3_0_0/graph.beta.json index 8dbba82..e16fa96 100644 --- a/docs/oas3_0_0/graph.beta.json +++ b/docs/oas3_0_0/graph.beta.json @@ -22273,6 +22273,12 @@ "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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", @@ -23925,6 +23931,68 @@ "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": [ @@ -23979,11 +24047,152 @@ "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/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/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/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" + ] + }, "/deviceAppManagement/managedAppRegistrations": { "get": { "tags": [ @@ -24690,6 +24899,78 @@ "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": [ @@ -24754,11 +25035,172 @@ "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/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/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/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" + ] + }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies": { "get": { "tags": [ @@ -25114,6 +25556,78 @@ "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": [ @@ -25178,11 +25692,172 @@ "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/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/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/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" + ] + }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations": { "get": { "tags": [ @@ -27652,6 +28327,12 @@ }, "x-ms-docs-grouped-path": [ "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", @@ -30387,6 +31068,12 @@ }, "x-ms-docs-grouped-path": [ "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", @@ -32566,6 +33253,12 @@ }, "x-ms-docs-grouped-path": [ "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", @@ -32574,6 +33267,200 @@ "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" ] }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "deviceAppManagement.mobileApps.deviceStatuses.app.microsoft.graph.iosVppApp.revokeAllLicenses", + "parameters": [ + { + "name": "mobileApp-id", + "in": "path", + "description": "key: id of mobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileApp" + }, + { + "name": "mobileAppInstallStatus-id", + "in": "path", + "description": "key: id of mobileAppInstallStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileAppInstallStatus" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "notifyManagedDevices": { + "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": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeAllLicenses", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "deviceAppManagement.mobileApps.deviceStatuses.app.microsoft.graph.iosVppApp.revokeDeviceLicense", + "parameters": [ + { + "name": "mobileApp-id", + "in": "path", + "description": "key: id of mobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileApp" + }, + { + "name": "mobileAppInstallStatus-id", + "in": "path", + "description": "key: id of mobileAppInstallStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileAppInstallStatus" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "managedDeviceId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "deviceAppManagement.mobileApps.deviceStatuses.app.microsoft.graph.iosVppApp.revokeUserLicense", + "parameters": [ + { + "name": "mobileApp-id", + "in": "path", + "description": "key: id of mobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileApp" + }, + { + "name": "mobileAppInstallStatus-id", + "in": "path", + "description": "key: id of mobileAppInstallStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileAppInstallStatus" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "userId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeUserLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, "/deviceAppManagement/mobileApps/{mobileApp-id}/installSummary": { "get": { "tags": [ @@ -32785,6 +33672,12 @@ }, "x-ms-docs-grouped-path": [ "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", @@ -32793,6 +33686,170 @@ "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" ] }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "deviceAppManagement.mobileApps.microsoft.graph.iosVppApp.revokeAllLicenses", + "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": { + "notifyManagedDevices": { + "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": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "deviceAppManagement.mobileApps.microsoft.graph.iosVppApp.revokeDeviceLicense", + "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": { + "managedDeviceId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "deviceAppManagement.mobileApps.microsoft.graph.iosVppApp.revokeUserLicense", + "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": { + "userId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses": { "get": { "tags": [ @@ -33471,6 +34528,12 @@ }, "x-ms-docs-grouped-path": [ "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", @@ -33479,6 +34542,200 @@ "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" ] }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "deviceAppManagement.mobileApps.userStatuses.app.microsoft.graph.iosVppApp.revokeAllLicenses", + "parameters": [ + { + "name": "mobileApp-id", + "in": "path", + "description": "key: id of mobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileApp" + }, + { + "name": "userAppInstallStatus-id", + "in": "path", + "description": "key: id of userAppInstallStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userAppInstallStatus" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "notifyManagedDevices": { + "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": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses", + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeAllLicenses", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "deviceAppManagement.mobileApps.userStatuses.app.microsoft.graph.iosVppApp.revokeDeviceLicense", + "parameters": [ + { + "name": "mobileApp-id", + "in": "path", + "description": "key: id of mobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileApp" + }, + { + "name": "userAppInstallStatus-id", + "in": "path", + "description": "key: id of userAppInstallStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userAppInstallStatus" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "managedDeviceId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "deviceAppManagement.mobileApps.userStatuses.app.microsoft.graph.iosVppApp.revokeUserLicense", + "parameters": [ + { + "name": "mobileApp-id", + "in": "path", + "description": "key: id of mobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileApp" + }, + { + "name": "userAppInstallStatus-id", + "in": "path", + "description": "key: id of userAppInstallStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userAppInstallStatus" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "userId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeUserLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses": { "get": { "tags": [ @@ -34284,6 +35541,12 @@ }, "x-ms-docs-grouped-path": [ "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", @@ -34292,6 +35555,230 @@ "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" ] }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "deviceAppManagement.mobileApps.userStatuses.deviceStatuses.app.microsoft.graph.iosVppApp.revokeAllLicenses", + "parameters": [ + { + "name": "mobileApp-id", + "in": "path", + "description": "key: id of mobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileApp" + }, + { + "name": "userAppInstallStatus-id", + "in": "path", + "description": "key: id of userAppInstallStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userAppInstallStatus" + }, + { + "name": "mobileAppInstallStatus-id", + "in": "path", + "description": "key: id of mobileAppInstallStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileAppInstallStatus" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "notifyManagedDevices": { + "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": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses", + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeAllLicenses", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "deviceAppManagement.mobileApps.userStatuses.deviceStatuses.app.microsoft.graph.iosVppApp.revokeDeviceLicense", + "parameters": [ + { + "name": "mobileApp-id", + "in": "path", + "description": "key: id of mobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileApp" + }, + { + "name": "userAppInstallStatus-id", + "in": "path", + "description": "key: id of userAppInstallStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userAppInstallStatus" + }, + { + "name": "mobileAppInstallStatus-id", + "in": "path", + "description": "key: id of mobileAppInstallStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileAppInstallStatus" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "managedDeviceId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "deviceAppManagement.mobileApps.userStatuses.deviceStatuses.app.microsoft.graph.iosVppApp.revokeUserLicense", + "parameters": [ + { + "name": "mobileApp-id", + "in": "path", + "description": "key: id of mobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileApp" + }, + { + "name": "userAppInstallStatus-id", + "in": "path", + "description": "key: id of userAppInstallStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userAppInstallStatus" + }, + { + "name": "mobileAppInstallStatus-id", + "in": "path", + "description": "key: id of mobileAppInstallStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileAppInstallStatus" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "userId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeUserLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, "/deviceAppManagement/mobileApps/getMobileAppCount(status={status})": { "get": { "tags": [ @@ -34303,6 +35790,7 @@ { "name": "status", "in": "path", + "description": "Usage: status={status}", "required": true, "schema": { "type": "string", @@ -34340,6 +35828,7 @@ { "name": "status", "in": "path", + "description": "Usage: status={status}", "required": true, "schema": { "type": "string", @@ -34349,6 +35838,7 @@ { "name": "count", "in": "path", + "description": "Usage: count={count}", "required": true, "schema": { "type": "integer", @@ -36023,6 +37513,12 @@ }, "x-ms-docs-grouped-path": [ "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", @@ -36085,8 +37581,11 @@ "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" ] }, @@ -36533,6 +38032,7 @@ { "name": "bundleId", "in": "path", + "description": "Usage: bundleId={bundleId}", "required": true, "schema": { "type": "string", @@ -40254,6 +41754,7 @@ { "name": "category", "in": "path", + "description": "Usage: category={category}", "required": true, "schema": { "type": "string", @@ -62022,6 +63523,7 @@ { "name": "platform", "in": "path", + "description": "Usage: platform={platform}", "required": true, "schema": { "anyOf": [ @@ -62072,6 +63574,7 @@ { "name": "platform", "in": "path", + "description": "Usage: platform={platform}", "required": true, "schema": { "anyOf": [ @@ -62725,6 +64228,7 @@ { "name": "platform", "in": "path", + "description": "Usage: platform={platform}", "required": true, "schema": { "anyOf": [ @@ -62817,6 +64321,7 @@ { "name": "platform", "in": "path", + "description": "Usage: platform={platform}", "required": true, "schema": { "anyOf": [ @@ -62899,6 +64404,7 @@ { "name": "scope", "in": "path", + "description": "Usage: scope={scope}", "required": true, "schema": { "type": "string", @@ -62946,7 +64452,7 @@ { "name": "ids", "in": "query", - "description": "The URL-encoded JSON object", + "description": "Usage: ids={ids}", "required": true, "schema": { "type": "string" @@ -62990,6 +64496,7 @@ { "name": "resource", "in": "path", + "description": "Usage: resource={resource}", "required": true, "schema": { "type": "string", @@ -63080,6 +64587,7 @@ { "name": "domainName", "in": "path", + "description": "Usage: domainName={domainName}", "required": true, "schema": { "type": "string", @@ -65422,6 +66930,7 @@ { "name": "userid", "in": "path", + "description": "Usage: userid={userid}", "required": true, "schema": { "type": "string", @@ -89700,6 +91209,7 @@ { "name": "q", "in": "path", + "description": "Usage: q={q}", "required": true, "schema": { "type": "string", @@ -100620,6 +102130,7 @@ { "name": "q", "in": "path", + "description": "Usage: q={q}", "required": true, "schema": { "type": "string", @@ -165785,6 +167296,7 @@ { "name": "includePersonalNotebooks", "in": "path", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "schema": { "type": "boolean", @@ -218726,7 +220238,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendar/calendarView/{event-id}/instances/{event-id1}/cancel": { @@ -218887,7 +220405,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { @@ -219199,7 +220723,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendar/calendarView/{event-id}/instances/delta()": { @@ -219342,7 +220872,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendar/calendarView/{event-id}/cancel": { @@ -219483,7 +221019,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendar/calendarView/{event-id}/dismissReminder": { @@ -219755,7 +221297,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendar/calendarView/{event-id}/multiValueExtendedProperties": { @@ -222453,7 +224001,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendar/events/{event-id}/instances/{event-id1}/cancel": { @@ -222614,7 +224168,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder": { @@ -222926,7 +224486,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendar/events/{event-id}/instances/delta()": { @@ -223069,7 +224635,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendar/events/{event-id}/cancel": { @@ -223210,7 +224782,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendar/events/{event-id}/dismissReminder": { @@ -223482,7 +225060,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendar/events/{event-id}/multiValueExtendedProperties": { @@ -227978,7 +229562,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel": { @@ -228179,7 +229769,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { @@ -228571,7 +230167,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()": { @@ -228754,7 +230356,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel": { @@ -228935,7 +230543,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder": { @@ -229287,7 +230901,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties": { @@ -232709,7 +234329,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel": { @@ -232910,7 +234536,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder": { @@ -233302,7 +234934,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()": { @@ -233485,7 +235123,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel": { @@ -233666,7 +235310,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder": { @@ -234018,7 +235668,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties": { @@ -238400,7 +240056,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel": { @@ -238581,7 +240243,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { @@ -238933,7 +240601,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()": { @@ -239096,7 +240770,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendars/{calendar-id}/calendarView/{event-id}/cancel": { @@ -239257,7 +240937,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder": { @@ -239569,7 +241255,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties": { @@ -242631,7 +244323,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel": { @@ -242812,7 +244510,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder": { @@ -243164,7 +244868,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()": { @@ -243327,7 +245037,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendars/{calendar-id}/events/{event-id}/cancel": { @@ -243488,7 +245204,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder": { @@ -243800,7 +245522,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties": { @@ -246944,7 +248672,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/cancel": { @@ -247105,7 +248839,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder": { @@ -247417,7 +249157,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendarView/{event-id}/calendar/calendarView/delta()": { @@ -248028,7 +249774,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendarView/{event-id}/calendar/events/{event-id1}/cancel": { @@ -248189,7 +249941,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder": { @@ -248501,7 +250259,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendarView/{event-id}/calendar/events/delta()": { @@ -250270,7 +252034,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendarView/{event-id}/instances/{event-id1}/cancel": { @@ -250431,7 +252201,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { @@ -250743,7 +252519,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendarView/{event-id}/instances/delta()": { @@ -250886,7 +252668,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendarView/{event-id}/cancel": { @@ -251027,7 +252815,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendarView/{event-id}/dismissReminder": { @@ -251299,7 +253093,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendarView/{event-id}/multiValueExtendedProperties": { @@ -258131,7 +259931,17 @@ } }, "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/microsoft.graph.windowsInformationProtection/assign" + ] }, "/me/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority": { "post": { @@ -261050,7 +262860,13 @@ "/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}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/events/{event-id}/calendar/calendarView/{event-id1}/cancel": { @@ -261211,7 +263027,13 @@ "/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}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder": { @@ -261523,7 +263345,13 @@ "/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}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/events/{event-id}/calendar/calendarView/delta()": { @@ -262134,7 +263962,13 @@ "/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}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/events/{event-id}/calendar/events/{event-id1}/cancel": { @@ -262295,7 +264129,13 @@ "/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}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder": { @@ -262607,7 +264447,13 @@ "/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}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/events/{event-id}/calendar/events/delta()": { @@ -264376,7 +266222,13 @@ "/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}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/events/{event-id}/instances/{event-id1}/cancel": { @@ -264537,7 +266389,13 @@ "/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}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/events/{event-id}/instances/{event-id1}/dismissReminder": { @@ -264849,7 +266707,13 @@ "/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}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/events/{event-id}/instances/delta()": { @@ -264992,7 +266856,13 @@ "/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}/instances/{event-id1}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/events/{event-id}/cancel": { @@ -265133,7 +267003,13 @@ "/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}/instances/{event-id1}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/events/{event-id}/dismissReminder": { @@ -265405,7 +267281,13 @@ "/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}/instances/{event-id1}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/events/{event-id}/multiValueExtendedProperties": { @@ -267428,6 +269310,2469 @@ "x-ms-docs-operation-type": "operation" } }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.eventMessageRequest.accept", + "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": { + "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}/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.eventMessageRequest.decline", + "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": { + "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}/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.eventMessageRequest.tentativelyAccept", + "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": { + "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}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.iosVppApp.revokeAllLicenses", + "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": { + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeAllLicenses", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.iosVppApp.revokeDeviceLicense", + "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": { + "managedDeviceId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.iosVppApp.revokeUserLicense", + "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": { + "userId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeUserLicense", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, + "/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/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/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/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/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/delete", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/merge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/unmerge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/insights/shared/{sharedInsight-id}/resource": { "get": { "tags": [ @@ -267614,6 +271959,2469 @@ "x-ms-docs-operation-type": "operation" } }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.insights.shared.resource.microsoft.graph.eventMessageRequest.accept", + "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": { + "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}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.insights.shared.resource.microsoft.graph.eventMessageRequest.decline", + "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": { + "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}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.insights.shared.resource.microsoft.graph.eventMessageRequest.tentativelyAccept", + "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": { + "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}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "me.insights.shared.resource.microsoft.graph.iosVppApp.revokeAllLicenses", + "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": { + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeAllLicenses", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "me.insights.shared.resource.microsoft.graph.iosVppApp.revokeDeviceLicense", + "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": { + "managedDeviceId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "me.insights.shared.resource.microsoft.graph.iosVppApp.revokeUserLicense", + "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": { + "userId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeUserLicense", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, + "/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/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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}/lastSharedMethod/microsoft.graph.workbookRange/delete", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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}/lastSharedMethod/microsoft.graph.workbookRange/merge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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}/lastSharedMethod/microsoft.graph.workbookRange/unmerge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/insights/trending": { "get": { "tags": [ @@ -268103,6 +274911,2469 @@ "x-ms-docs-operation-type": "operation" } }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.insights.trending.resource.microsoft.graph.eventMessageRequest.accept", + "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": { + "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}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.insights.trending.resource.microsoft.graph.eventMessageRequest.decline", + "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": { + "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}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.insights.trending.resource.microsoft.graph.eventMessageRequest.tentativelyAccept", + "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": { + "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}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "me.insights.trending.resource.microsoft.graph.iosVppApp.revokeAllLicenses", + "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": { + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeAllLicenses", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "me.insights.trending.resource.microsoft.graph.iosVppApp.revokeDeviceLicense", + "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": { + "managedDeviceId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "me.insights.trending.resource.microsoft.graph.iosVppApp.revokeUserLicense", + "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": { + "userId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeUserLicense", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, + "/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/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/delete", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/merge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/unmerge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/insights/used": { "get": { "tags": [ @@ -268588,6 +277859,2469 @@ "x-ms-docs-operation-type": "operation" } }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.insights.used.resource.microsoft.graph.eventMessageRequest.accept", + "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": { + "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}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.insights.used.resource.microsoft.graph.eventMessageRequest.decline", + "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": { + "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}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.insights.used.resource.microsoft.graph.eventMessageRequest.tentativelyAccept", + "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": { + "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}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "me.insights.used.resource.microsoft.graph.iosVppApp.revokeAllLicenses", + "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": { + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeAllLicenses", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "me.insights.used.resource.microsoft.graph.iosVppApp.revokeDeviceLicense", + "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": { + "managedDeviceId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "me.insights.used.resource.microsoft.graph.iosVppApp.revokeUserLicense", + "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": { + "userId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeUserLicense", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, + "/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/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/delete", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/merge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/unmerge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/joinedGroups": { "get": { "tags": [ @@ -273064,6 +284798,273 @@ "/me/messages/{message-id}/createReplyAll" ] }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.mailFolders.messages.microsoft.graph.eventMessageRequest.accept", + "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 + }, + "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}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.mailFolders.messages.microsoft.graph.eventMessageRequest.decline", + "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 + }, + "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}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.mailFolders.messages.microsoft.graph.eventMessageRequest.tentativelyAccept", + "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 + }, + "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}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, "/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward": { "post": { "tags": [ @@ -281379,6 +293380,243 @@ "/me/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll" ] }, + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.messages.microsoft.graph.eventMessageRequest.accept", + "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 + }, + "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}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.messages.microsoft.graph.eventMessageRequest.decline", + "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 + }, + "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}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.messages.microsoft.graph.eventMessageRequest.tentativelyAccept", + "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 + }, + "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}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, "/me/messages/{message-id}/forward": { "post": { "tags": [ @@ -282649,6 +294887,7 @@ { "name": "skip", "in": "path", + "description": "Usage: skip={skip}", "required": true, "schema": { "maximum": 2147483647, @@ -282660,6 +294899,7 @@ { "name": "top", "in": "path", + "description": "Usage: top={top}", "required": true, "schema": { "maximum": 2147483647, @@ -282995,6 +295235,7 @@ { "name": "RoomList", "in": "path", + "description": "Usage: RoomList={RoomList}", "required": true, "schema": { "type": "string" @@ -283342,6 +295583,7 @@ { "name": "StartDateTime", "in": "path", + "description": "Usage: StartDateTime={StartDateTime}", "required": true, "schema": { "type": "string" @@ -283350,6 +295592,7 @@ { "name": "EndDateTime", "in": "path", + "description": "Usage: EndDateTime={EndDateTime}", "required": true, "schema": { "type": "string", @@ -294001,6 +306244,7 @@ { "name": "includePersonalNotebooks", "in": "path", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "schema": { "type": "boolean", @@ -330364,6 +342608,7 @@ { "name": "TimeZoneStandard", "in": "path", + "description": "Usage: TimeZoneStandard={TimeZoneStandard}", "required": true, "schema": { "anyOf": [ @@ -352947,6 +365192,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -352985,6 +365231,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -353023,6 +365270,7 @@ { "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])$", @@ -353066,6 +365314,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -353107,6 +365356,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -353145,6 +365395,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -353183,6 +365434,7 @@ { "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])$", @@ -353226,6 +365478,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -353267,6 +365520,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -353305,6 +365559,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -353343,6 +365598,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -353381,6 +365637,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -353419,6 +365676,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -353541,6 +365799,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -353579,6 +365838,7 @@ { "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])$", @@ -353622,6 +365882,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -353663,6 +365924,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -353701,6 +365963,7 @@ { "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])$", @@ -353744,6 +366007,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -353785,6 +366049,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -353823,6 +366088,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -353861,6 +366127,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -353899,6 +366166,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -353937,6 +366205,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -353975,6 +366244,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -354013,6 +366283,7 @@ { "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])$", @@ -354056,6 +366327,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -354097,6 +366369,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -354135,6 +366408,7 @@ { "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])$", @@ -354178,6 +366452,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -354219,6 +366494,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -354257,6 +366533,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -354295,6 +366572,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -354333,6 +366611,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -354371,6 +366650,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -354409,6 +366689,7 @@ { "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])$", @@ -354452,6 +366733,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -354493,6 +366775,7 @@ { "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])$", @@ -354536,6 +366819,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -354577,6 +366861,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -354615,6 +366900,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -354653,6 +366939,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -354691,6 +366978,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -354729,6 +367017,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -354767,6 +367056,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -354805,6 +367095,7 @@ { "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])$", @@ -354848,6 +367139,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -354889,6 +367181,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -354927,6 +367220,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -354965,6 +367259,7 @@ { "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])$", @@ -355008,6 +367303,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -355049,6 +367345,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -355087,6 +367384,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -355125,6 +367423,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -355163,6 +367462,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -355201,6 +367501,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -355239,6 +367540,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -355277,6 +367579,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -355315,6 +367618,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -355353,6 +367657,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -355391,6 +367696,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -355429,6 +367735,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -355467,6 +367774,7 @@ { "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])$", @@ -355510,6 +367818,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -355551,6 +367860,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -355589,6 +367899,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -355627,6 +367938,7 @@ { "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])$", @@ -355670,6 +367982,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -355711,6 +368024,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "maximum": 2147483647, @@ -355754,6 +368068,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -355792,6 +368107,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -355830,6 +368146,7 @@ { "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])$", @@ -355873,6 +368190,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -355914,6 +368232,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -355952,6 +368271,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -355990,6 +368310,7 @@ { "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])$", @@ -356033,6 +368354,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -356074,6 +368396,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -356112,6 +368435,7 @@ { "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])$", @@ -356155,6 +368479,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -356196,6 +368521,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -356267,6 +368593,7 @@ { "name": "skip", "in": "path", + "description": "Usage: skip={skip}", "required": true, "schema": { "maximum": 2147483647, @@ -356279,6 +368606,7 @@ { "name": "top", "in": "path", + "description": "Usage: top={top}", "required": true, "schema": { "maximum": 2147483647, @@ -356291,6 +368619,7 @@ { "name": "filter", "in": "path", + "description": "Usage: filter={filter}", "required": true, "schema": { "type": "string", @@ -356300,6 +368629,7 @@ { "name": "skipToken", "in": "path", + "description": "Usage: skipToken={skipToken}", "required": true, "schema": { "type": "string", @@ -356407,6 +368737,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string", @@ -387127,6 +399458,7 @@ { "name": "path", "in": "path", + "description": "Usage: path={path}", "required": true, "schema": { "type": "string", @@ -397834,6 +410166,7 @@ { "name": "includePersonalNotebooks", "in": "path", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "schema": { "type": "boolean", @@ -447479,7 +459812,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel": { @@ -447660,7 +459999,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { @@ -448012,7 +460357,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()": { @@ -448176,7 +460527,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendar/calendarView/{event-id}/cancel": { @@ -448337,7 +460694,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder": { @@ -448649,7 +461012,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties": { @@ -451712,7 +464081,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/cancel": { @@ -451893,7 +464268,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder": { @@ -452245,7 +464626,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendar/events/{event-id}/instances/delta()": { @@ -452409,7 +464796,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendar/events/{event-id}/cancel": { @@ -452570,7 +464963,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendar/events/{event-id}/dismissReminder": { @@ -452882,7 +465281,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties": { @@ -457959,7 +470364,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel": { @@ -458180,7 +470591,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { @@ -458612,7 +471029,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()": { @@ -458816,7 +471239,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel": { @@ -459017,7 +471446,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder": { @@ -459409,7 +471844,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties": { @@ -463192,7 +475633,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel": { @@ -463413,7 +475860,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder": { @@ -463845,7 +476298,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()": { @@ -464049,7 +476508,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel": { @@ -464250,7 +476715,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder": { @@ -464642,7 +477113,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties": { @@ -469547,7 +482024,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel": { @@ -469748,7 +482231,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { @@ -470140,7 +482629,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()": { @@ -470324,7 +482819,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel": { @@ -470505,7 +483006,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder": { @@ -470857,7 +483364,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties": { @@ -474280,7 +486793,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel": { @@ -474481,7 +487000,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder": { @@ -474873,7 +487398,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()": { @@ -475057,7 +487588,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/cancel": { @@ -475238,7 +487775,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder": { @@ -475590,7 +488133,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties": { @@ -479147,7 +491696,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/cancel": { @@ -479328,7 +491883,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder": { @@ -479680,7 +492241,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()": { @@ -480362,7 +492929,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/cancel": { @@ -480543,7 +493116,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder": { @@ -480895,7 +493474,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()": { @@ -482895,7 +495480,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/cancel": { @@ -483076,7 +495667,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { @@ -483428,7 +496025,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendarView/{event-id}/instances/delta()": { @@ -483592,7 +496195,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendarView/{event-id}/cancel": { @@ -483753,7 +496362,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendarView/{event-id}/dismissReminder": { @@ -484065,7 +496680,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties": { @@ -491906,7 +504527,17 @@ } }, "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/microsoft.graph.windowsInformationProtection/assign" + ] }, "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority": { "post": { @@ -495247,7 +507878,13 @@ "/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}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/cancel": { @@ -495428,7 +508065,13 @@ "/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}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder": { @@ -495780,7 +508423,13 @@ "/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}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()": { @@ -496462,7 +509111,13 @@ "/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}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/cancel": { @@ -496643,7 +509298,13 @@ "/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}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder": { @@ -496995,7 +509656,13 @@ "/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}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/events/{event-id}/calendar/events/delta()": { @@ -498995,7 +511662,13 @@ "/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}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel": { @@ -499176,7 +511849,13 @@ "/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}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder": { @@ -499528,7 +512207,13 @@ "/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}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/events/{event-id}/instances/delta()": { @@ -499692,7 +512377,13 @@ "/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}/instances/{event-id1}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/events/{event-id}/cancel": { @@ -499853,7 +512544,13 @@ "/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}/instances/{event-id1}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/events/{event-id}/dismissReminder": { @@ -500165,7 +512862,13 @@ "/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}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/events/{event-id}/multiValueExtendedProperties": { @@ -502561,6 +515264,2909 @@ "x-ms-docs-operation-type": "operation" } }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.eventMessageRequest.accept", + "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": { + "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}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.eventMessageRequest.decline", + "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": { + "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}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.eventMessageRequest.tentativelyAccept", + "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": { + "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}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.iosVppApp.revokeAllLicenses", + "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": { + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeAllLicenses", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.iosVppApp.revokeDeviceLicense", + "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": { + "managedDeviceId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.iosVppApp.revokeUserLicense", + "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": { + "userId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeUserLicense", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, + "/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}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/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/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}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "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/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource": { "get": { "tags": [ @@ -502787,6 +518393,2909 @@ "x-ms-docs-operation-type": "operation" } }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.insights.shared.resource.microsoft.graph.eventMessageRequest.accept", + "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": { + "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}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.insights.shared.resource.microsoft.graph.eventMessageRequest.decline", + "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": { + "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}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.insights.shared.resource.microsoft.graph.eventMessageRequest.tentativelyAccept", + "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": { + "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}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "users.insights.shared.resource.microsoft.graph.iosVppApp.revokeAllLicenses", + "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": { + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeAllLicenses", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "users.insights.shared.resource.microsoft.graph.iosVppApp.revokeDeviceLicense", + "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": { + "managedDeviceId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "users.insights.shared.resource.microsoft.graph.iosVppApp.revokeUserLicense", + "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": { + "userId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeUserLicense", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, + "/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}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "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/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/insights/trending": { "get": { "tags": [ @@ -503368,6 +521877,2909 @@ "x-ms-docs-operation-type": "operation" } }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.insights.trending.resource.microsoft.graph.eventMessageRequest.accept", + "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": { + "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}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.insights.trending.resource.microsoft.graph.eventMessageRequest.decline", + "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": { + "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}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.insights.trending.resource.microsoft.graph.eventMessageRequest.tentativelyAccept", + "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": { + "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}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "users.insights.trending.resource.microsoft.graph.iosVppApp.revokeAllLicenses", + "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": { + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeAllLicenses", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "users.insights.trending.resource.microsoft.graph.iosVppApp.revokeDeviceLicense", + "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": { + "managedDeviceId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "users.insights.trending.resource.microsoft.graph.iosVppApp.revokeUserLicense", + "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": { + "userId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeUserLicense", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, + "/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}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "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/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/insights/used": { "get": { "tags": [ @@ -503945,6 +525357,2909 @@ "x-ms-docs-operation-type": "operation" } }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.insights.used.resource.microsoft.graph.eventMessageRequest.accept", + "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": { + "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}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.insights.used.resource.microsoft.graph.eventMessageRequest.decline", + "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": { + "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}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.insights.used.resource.microsoft.graph.eventMessageRequest.tentativelyAccept", + "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": { + "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}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "users.insights.used.resource.microsoft.graph.iosVppApp.revokeAllLicenses", + "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": { + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeAllLicenses", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "users.insights.used.resource.microsoft.graph.iosVppApp.revokeDeviceLicense", + "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": { + "managedDeviceId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "users.insights.used.resource.microsoft.graph.iosVppApp.revokeUserLicense", + "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": { + "userId": { + "type": "string", + "nullable": true + }, + "notifyManagedDevices": { + "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/microsoft.graph.iosVppApp/revokeUserLicense", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, + "/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}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "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/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/joinedGroups": { "get": { "tags": [ @@ -509000,6 +533315,303 @@ "/users/{user-id}/messages/{message-id}/createReplyAll" ] }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.mailFolders.messages.microsoft.graph.eventMessageRequest.accept", + "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 + }, + "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}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.mailFolders.messages.microsoft.graph.eventMessageRequest.decline", + "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 + }, + "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}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.mailFolders.messages.microsoft.graph.eventMessageRequest.tentativelyAccept", + "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 + }, + "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}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward": { "post": { "tags": [ @@ -518605,6 +543217,273 @@ "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll" ] }, + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.messages.microsoft.graph.eventMessageRequest.accept", + "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 + }, + "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}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.messages.microsoft.graph.eventMessageRequest.decline", + "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 + }, + "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}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.messages.microsoft.graph.eventMessageRequest.tentativelyAccept", + "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 + }, + "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}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, "/users/{user-id}/messages/{message-id}/forward": { "post": { "tags": [ @@ -520106,6 +544985,7 @@ { "name": "skip", "in": "path", + "description": "Usage: skip={skip}", "required": true, "schema": { "maximum": 2147483647, @@ -520117,6 +544997,7 @@ { "name": "top", "in": "path", + "description": "Usage: top={top}", "required": true, "schema": { "maximum": 2147483647, @@ -520522,6 +545403,7 @@ { "name": "RoomList", "in": "path", + "description": "Usage: RoomList={RoomList}", "required": true, "schema": { "type": "string" @@ -520975,6 +545857,7 @@ { "name": "StartDateTime", "in": "path", + "description": "Usage: StartDateTime={StartDateTime}", "required": true, "schema": { "type": "string" @@ -520983,6 +545866,7 @@ { "name": "EndDateTime", "in": "path", + "description": "Usage: EndDateTime={EndDateTime}", "required": true, "schema": { "type": "string", @@ -532974,6 +557858,7 @@ { "name": "includePersonalNotebooks", "in": "path", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "schema": { "type": "boolean", @@ -573785,6 +598670,7 @@ { "name": "TimeZoneStandard", "in": "path", + "description": "Usage: TimeZoneStandard={TimeZoneStandard}", "required": true, "schema": { "anyOf": [ @@ -592163,6 +617049,7 @@ { "name": "token", "in": "path", + "description": "Usage: token={token}", "required": true, "schema": { "type": "string", @@ -592398,6 +617285,7 @@ { "name": "q", "in": "path", + "description": "Usage: q={q}", "required": true, "schema": { "type": "string", @@ -635260,6 +660148,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -635271,6 +660160,7 @@ { "name": "height", "in": "path", + "description": "Usage: height={height}", "required": true, "schema": { "maximum": 2147483647, @@ -635282,6 +660172,7 @@ { "name": "fittingMode", "in": "path", + "description": "Usage: fittingMode={fittingMode}", "required": true, "schema": { "type": "string" @@ -635361,6 +660252,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -635372,6 +660264,7 @@ { "name": "height", "in": "path", + "description": "Usage: height={height}", "required": true, "schema": { "maximum": 2147483647, @@ -635454,6 +660347,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -638578,6 +663472,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -638752,6 +663647,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -640114,6 +665010,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -640125,6 +665022,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -640315,6 +665213,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -640516,6 +665415,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -640773,6 +665673,7 @@ { "name": "name", "in": "path", + "description": "Usage: name={name}", "required": true, "schema": { "type": "string", @@ -640838,6 +665739,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -640921,6 +665823,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -640932,6 +665835,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -641102,6 +666006,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -641283,6 +666188,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -642765,6 +667671,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -642776,6 +667683,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -642966,6 +667874,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -643167,6 +668076,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -646327,6 +671237,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -647664,6 +672575,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -648440,6 +673352,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -648451,6 +673364,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -648641,6 +673555,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -648842,6 +673757,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -649093,6 +674009,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -651747,6 +676664,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -652924,6 +677842,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -666866,6 +691785,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -666877,6 +691797,7 @@ { "name": "height", "in": "path", + "description": "Usage: height={height}", "required": true, "schema": { "maximum": 2147483647, @@ -666888,6 +691809,7 @@ { "name": "fittingMode", "in": "path", + "description": "Usage: fittingMode={fittingMode}", "required": true, "schema": { "type": "string" @@ -666967,6 +691889,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -666978,6 +691901,7 @@ { "name": "height", "in": "path", + "description": "Usage: height={height}", "required": true, "schema": { "maximum": 2147483647, @@ -667060,6 +691984,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -670184,6 +695109,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -670358,6 +695284,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -671720,6 +696647,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -671731,6 +696659,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -671921,6 +696850,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -672122,6 +697052,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -672379,6 +697310,7 @@ { "name": "name", "in": "path", + "description": "Usage: name={name}", "required": true, "schema": { "type": "string", @@ -672444,6 +697376,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -672527,6 +697460,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -672538,6 +697472,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -672708,6 +697643,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -672889,6 +697825,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -673734,6 +698671,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -673745,6 +698683,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -673935,6 +698874,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -674136,6 +699076,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -675094,6 +700035,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -675105,6 +700047,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -675295,6 +700238,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -675496,6 +700440,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -677017,6 +701962,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -677233,6 +702179,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -690949,6 +715896,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -690960,6 +715908,7 @@ { "name": "height", "in": "path", + "description": "Usage: height={height}", "required": true, "schema": { "maximum": 2147483647, @@ -690971,6 +715920,7 @@ { "name": "fittingMode", "in": "path", + "description": "Usage: fittingMode={fittingMode}", "required": true, "schema": { "type": "string" @@ -691050,6 +716000,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -691061,6 +716012,7 @@ { "name": "height", "in": "path", + "description": "Usage: height={height}", "required": true, "schema": { "maximum": 2147483647, @@ -691143,6 +716095,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -694267,6 +719220,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -694441,6 +719395,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -695803,6 +720758,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -695814,6 +720770,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -696004,6 +720961,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -696205,6 +721163,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -696462,6 +721421,7 @@ { "name": "name", "in": "path", + "description": "Usage: name={name}", "required": true, "schema": { "type": "string", @@ -696527,6 +721487,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -696610,6 +721571,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -696621,6 +721583,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -696791,6 +721754,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -696972,6 +721936,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -697817,6 +722782,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -697828,6 +722794,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -698018,6 +722985,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -698219,6 +723187,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -699177,6 +724146,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -699188,6 +724158,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -699378,6 +724349,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -699579,6 +724551,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -702739,6 +727712,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -704076,6 +729050,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -704852,6 +729827,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -704863,6 +729839,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -705053,6 +730030,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -705254,6 +730232,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -705505,6 +730484,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, diff --git a/docs/oas3_0_0/graph1.0.json b/docs/oas3_0_0/graph1.0.json index 307919b..0c0008d 100644 --- a/docs/oas3_0_0/graph1.0.json +++ b/docs/oas3_0_0/graph1.0.json @@ -3787,6 +3787,68 @@ "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": [ @@ -3841,11 +3903,142 @@ "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": [ @@ -4544,6 +4737,78 @@ "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": [ @@ -4608,11 +4873,162 @@ "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": [ @@ -4968,6 +5384,78 @@ "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": [ @@ -5032,11 +5520,162 @@ "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": [ @@ -6959,6 +7598,12 @@ "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" ] @@ -11132,6 +11777,12 @@ "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" ] @@ -12350,6 +13001,12 @@ "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" ] @@ -12408,8 +13065,11 @@ "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" ] }, @@ -24642,6 +25302,7 @@ { "name": "scope", "in": "path", + "description": "Usage: scope={scope}", "required": true, "schema": { "type": "string", @@ -24686,6 +25347,7 @@ { "name": "domainName", "in": "path", + "description": "Usage: domainName={domainName}", "required": true, "schema": { "type": "string", @@ -38665,6 +39327,7 @@ { "name": "q", "in": "path", + "description": "Usage: q={q}", "required": true, "schema": { "type": "string", @@ -43541,6 +44204,7 @@ { "name": "q", "in": "path", + "description": "Usage: q={q}", "required": true, "schema": { "type": "string", @@ -88218,6 +88882,7 @@ { "name": "includePersonalNotebooks", "in": "path", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "schema": { "type": "boolean", @@ -181497,6 +182162,2066 @@ "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/delete", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/merge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/unmerge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/insights/shared/{sharedInsight-id}/resource": { "get": { "tags": [ @@ -181683,6 +184408,2066 @@ "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/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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}/lastSharedMethod/microsoft.graph.workbookRange/delete", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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}/lastSharedMethod/microsoft.graph.workbookRange/merge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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}/lastSharedMethod/microsoft.graph.workbookRange/unmerge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/insights/trending": { "get": { "tags": [ @@ -182172,6 +186957,2066 @@ "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/delete", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/merge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/unmerge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/insights/used": { "get": { "tags": [ @@ -182657,6 +189502,2066 @@ "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/delete", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/merge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/unmerge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/licenseDetails": { "get": { "tags": [ @@ -193071,6 +201976,7 @@ { "name": "StartDateTime", "in": "path", + "description": "Usage: StartDateTime={StartDateTime}", "required": true, "schema": { "type": "string" @@ -193079,6 +201985,7 @@ { "name": "EndDateTime", "in": "path", + "description": "Usage: EndDateTime={EndDateTime}", "required": true, "schema": { "type": "string", @@ -202782,6 +211689,7 @@ { "name": "includePersonalNotebooks", "in": "path", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "schema": { "type": "boolean", @@ -239139,6 +248047,7 @@ { "name": "TimeZoneStandard", "in": "path", + "description": "Usage: TimeZoneStandard={TimeZoneStandard}", "required": true, "schema": { "anyOf": [ @@ -245320,6 +254229,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245355,6 +254265,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245390,6 +254301,7 @@ { "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])$", @@ -245430,6 +254342,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245468,6 +254381,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245503,6 +254417,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245538,6 +254453,7 @@ { "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])$", @@ -245578,6 +254494,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245616,6 +254533,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245651,6 +254569,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245686,6 +254605,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245721,6 +254641,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245756,6 +254677,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245866,6 +254788,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245901,6 +254824,7 @@ { "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])$", @@ -245941,6 +254865,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245979,6 +254904,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246014,6 +254940,7 @@ { "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])$", @@ -246054,6 +254981,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246092,6 +255020,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246127,6 +255056,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246162,6 +255092,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246197,6 +255128,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246232,6 +255164,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246267,6 +255200,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246302,6 +255236,7 @@ { "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])$", @@ -246342,6 +255277,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246380,6 +255316,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246415,6 +255352,7 @@ { "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])$", @@ -246455,6 +255393,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246493,6 +255432,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246528,6 +255468,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246563,6 +255504,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246598,6 +255540,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246633,6 +255576,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246668,6 +255612,7 @@ { "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])$", @@ -246708,6 +255653,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246746,6 +255692,7 @@ { "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])$", @@ -246786,6 +255733,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246824,6 +255772,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246859,6 +255808,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246894,6 +255844,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246929,6 +255880,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246964,6 +255916,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246999,6 +255952,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247034,6 +255988,7 @@ { "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])$", @@ -247074,6 +256029,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247112,6 +256068,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247147,6 +256104,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247182,6 +256140,7 @@ { "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])$", @@ -247222,6 +256181,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247260,6 +256220,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247295,6 +256256,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247330,6 +256292,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247365,6 +256328,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247400,6 +256364,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247435,6 +256400,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247470,6 +256436,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247505,6 +256472,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247540,6 +256508,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247575,6 +256544,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247610,6 +256580,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247645,6 +256616,7 @@ { "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])$", @@ -247685,6 +256657,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247723,6 +256696,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247758,6 +256732,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247793,6 +256768,7 @@ { "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])$", @@ -247833,6 +256809,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247871,6 +256848,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247906,6 +256884,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247941,6 +256920,7 @@ { "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])$", @@ -247981,6 +256961,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -248019,6 +257000,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -248054,6 +257036,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -248089,6 +257072,7 @@ { "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])$", @@ -248129,6 +257113,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -248167,6 +257152,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -248202,6 +257188,7 @@ { "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])$", @@ -248242,6 +257229,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -248280,6 +257268,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -248348,6 +257337,7 @@ { "name": "skip", "in": "path", + "description": "Usage: skip={skip}", "required": true, "schema": { "maximum": 2147483647, @@ -248360,6 +257350,7 @@ { "name": "top", "in": "path", + "description": "Usage: top={top}", "required": true, "schema": { "maximum": 2147483647, @@ -248372,6 +257363,7 @@ { "name": "filter", "in": "path", + "description": "Usage: filter={filter}", "required": true, "schema": { "type": "string", @@ -248381,6 +257373,7 @@ { "name": "skipToken", "in": "path", + "description": "Usage: skipToken={skipToken}", "required": true, "schema": { "type": "string", @@ -248458,6 +257451,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string", @@ -261462,6 +270456,7 @@ { "name": "path", "in": "path", + "description": "Usage: path={path}", "required": true, "schema": { "type": "string", @@ -272169,6 +281164,7 @@ { "name": "includePersonalNotebooks", "in": "path", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "schema": { "type": "boolean", @@ -365799,6 +374795,2446 @@ "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "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/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource": { "get": { "tags": [ @@ -366025,6 +377461,2446 @@ "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "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/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/insights/trending": { "get": { "tags": [ @@ -366606,6 +380482,2446 @@ "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "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/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/insights/used": { "get": { "tags": [ @@ -367183,6 +383499,2446 @@ "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "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/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/licenseDetails": { "get": { "tags": [ @@ -379271,6 +398027,7 @@ { "name": "StartDateTime", "in": "path", + "description": "Usage: StartDateTime={StartDateTime}", "required": true, "schema": { "type": "string" @@ -379279,6 +398036,7 @@ { "name": "EndDateTime", "in": "path", + "description": "Usage: EndDateTime={EndDateTime}", "required": true, "schema": { "type": "string", @@ -390154,6 +408912,7 @@ { "name": "includePersonalNotebooks", "in": "path", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "schema": { "type": "boolean", @@ -430959,6 +449718,7 @@ { "name": "TimeZoneStandard", "in": "path", + "description": "Usage: TimeZoneStandard={TimeZoneStandard}", "required": true, "schema": { "anyOf": [ @@ -436264,6 +455024,7 @@ { "name": "token", "in": "path", + "description": "Usage: token={token}", "required": true, "schema": { "type": "string", @@ -436485,6 +455246,7 @@ { "name": "q", "in": "path", + "description": "Usage: q={q}", "required": true, "schema": { "type": "string", @@ -478925,6 +497687,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -478936,6 +497699,7 @@ { "name": "height", "in": "path", + "description": "Usage: height={height}", "required": true, "schema": { "maximum": 2147483647, @@ -478947,6 +497711,7 @@ { "name": "fittingMode", "in": "path", + "description": "Usage: fittingMode={fittingMode}", "required": true, "schema": { "type": "string" @@ -479026,6 +497791,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -479037,6 +497803,7 @@ { "name": "height", "in": "path", + "description": "Usage: height={height}", "required": true, "schema": { "maximum": 2147483647, @@ -479119,6 +497886,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -482243,6 +501011,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -482417,6 +501186,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -483779,6 +502549,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -483790,6 +502561,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -483980,6 +502752,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -484181,6 +502954,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -484438,6 +503212,7 @@ { "name": "name", "in": "path", + "description": "Usage: name={name}", "required": true, "schema": { "type": "string", @@ -484503,6 +503278,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -484586,6 +503362,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -484597,6 +503374,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -484767,6 +503545,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -484948,6 +503727,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -486430,6 +505210,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -486441,6 +505222,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -486631,6 +505413,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -486832,6 +505615,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -489992,6 +508776,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -491329,6 +510114,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -492105,6 +510891,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -492116,6 +510903,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -492306,6 +511094,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -492507,6 +511296,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -492758,6 +511548,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -495412,6 +514203,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -496589,6 +515381,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -510531,6 +529324,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -510542,6 +529336,7 @@ { "name": "height", "in": "path", + "description": "Usage: height={height}", "required": true, "schema": { "maximum": 2147483647, @@ -510553,6 +529348,7 @@ { "name": "fittingMode", "in": "path", + "description": "Usage: fittingMode={fittingMode}", "required": true, "schema": { "type": "string" @@ -510632,6 +529428,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -510643,6 +529440,7 @@ { "name": "height", "in": "path", + "description": "Usage: height={height}", "required": true, "schema": { "maximum": 2147483647, @@ -510725,6 +529523,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -513849,6 +532648,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -514023,6 +532823,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -515385,6 +534186,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -515396,6 +534198,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -515586,6 +534389,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -515787,6 +534591,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -516044,6 +534849,7 @@ { "name": "name", "in": "path", + "description": "Usage: name={name}", "required": true, "schema": { "type": "string", @@ -516109,6 +534915,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -516192,6 +534999,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -516203,6 +535011,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -516373,6 +535182,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -516554,6 +535364,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -517399,6 +536210,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -517410,6 +536222,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -517600,6 +536413,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -517801,6 +536615,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -518759,6 +537574,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -518770,6 +537586,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -518960,6 +537777,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -519161,6 +537979,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -520682,6 +539501,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -520898,6 +539718,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -534614,6 +553435,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -534625,6 +553447,7 @@ { "name": "height", "in": "path", + "description": "Usage: height={height}", "required": true, "schema": { "maximum": 2147483647, @@ -534636,6 +553459,7 @@ { "name": "fittingMode", "in": "path", + "description": "Usage: fittingMode={fittingMode}", "required": true, "schema": { "type": "string" @@ -534715,6 +553539,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -534726,6 +553551,7 @@ { "name": "height", "in": "path", + "description": "Usage: height={height}", "required": true, "schema": { "maximum": 2147483647, @@ -534808,6 +553634,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -537932,6 +556759,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -538106,6 +556934,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -539468,6 +558297,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -539479,6 +558309,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -539669,6 +558500,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -539870,6 +558702,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -540127,6 +558960,7 @@ { "name": "name", "in": "path", + "description": "Usage: name={name}", "required": true, "schema": { "type": "string", @@ -540192,6 +559026,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -540275,6 +559110,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -540286,6 +559122,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -540456,6 +559293,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -540637,6 +559475,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -541482,6 +560321,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -541493,6 +560333,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -541683,6 +560524,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -541884,6 +560726,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -542842,6 +561685,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -542853,6 +561697,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -543043,6 +561888,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -543244,6 +562090,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -546404,6 +565251,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -547741,6 +566589,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -548517,6 +567366,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -548528,6 +567378,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -548718,6 +567569,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -548919,6 +567771,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -549170,6 +568023,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, diff --git a/docs/oas3_0_0/graph1.0_updated.json b/docs/oas3_0_0/graph1.0_updated.json index 307919b..0c0008d 100644 --- a/docs/oas3_0_0/graph1.0_updated.json +++ b/docs/oas3_0_0/graph1.0_updated.json @@ -3787,6 +3787,68 @@ "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": [ @@ -3841,11 +3903,142 @@ "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": [ @@ -4544,6 +4737,78 @@ "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": [ @@ -4608,11 +4873,162 @@ "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": [ @@ -4968,6 +5384,78 @@ "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": [ @@ -5032,11 +5520,162 @@ "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": [ @@ -6959,6 +7598,12 @@ "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" ] @@ -11132,6 +11777,12 @@ "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" ] @@ -12350,6 +13001,12 @@ "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" ] @@ -12408,8 +13065,11 @@ "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" ] }, @@ -24642,6 +25302,7 @@ { "name": "scope", "in": "path", + "description": "Usage: scope={scope}", "required": true, "schema": { "type": "string", @@ -24686,6 +25347,7 @@ { "name": "domainName", "in": "path", + "description": "Usage: domainName={domainName}", "required": true, "schema": { "type": "string", @@ -38665,6 +39327,7 @@ { "name": "q", "in": "path", + "description": "Usage: q={q}", "required": true, "schema": { "type": "string", @@ -43541,6 +44204,7 @@ { "name": "q", "in": "path", + "description": "Usage: q={q}", "required": true, "schema": { "type": "string", @@ -88218,6 +88882,7 @@ { "name": "includePersonalNotebooks", "in": "path", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "schema": { "type": "boolean", @@ -181497,6 +182162,2066 @@ "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/delete", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/merge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/unmerge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/insights/shared/{sharedInsight-id}/resource": { "get": { "tags": [ @@ -181683,6 +184408,2066 @@ "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/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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}/lastSharedMethod/microsoft.graph.workbookRange/delete", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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}/lastSharedMethod/microsoft.graph.workbookRange/merge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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}/lastSharedMethod/microsoft.graph.workbookRange/unmerge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/insights/trending": { "get": { "tags": [ @@ -182172,6 +186957,2066 @@ "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/delete", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/merge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/unmerge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/insights/used": { "get": { "tags": [ @@ -182657,6 +189502,2066 @@ "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/delete", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/merge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/unmerge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/licenseDetails": { "get": { "tags": [ @@ -193071,6 +201976,7 @@ { "name": "StartDateTime", "in": "path", + "description": "Usage: StartDateTime={StartDateTime}", "required": true, "schema": { "type": "string" @@ -193079,6 +201985,7 @@ { "name": "EndDateTime", "in": "path", + "description": "Usage: EndDateTime={EndDateTime}", "required": true, "schema": { "type": "string", @@ -202782,6 +211689,7 @@ { "name": "includePersonalNotebooks", "in": "path", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "schema": { "type": "boolean", @@ -239139,6 +248047,7 @@ { "name": "TimeZoneStandard", "in": "path", + "description": "Usage: TimeZoneStandard={TimeZoneStandard}", "required": true, "schema": { "anyOf": [ @@ -245320,6 +254229,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245355,6 +254265,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245390,6 +254301,7 @@ { "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])$", @@ -245430,6 +254342,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245468,6 +254381,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245503,6 +254417,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245538,6 +254453,7 @@ { "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])$", @@ -245578,6 +254494,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245616,6 +254533,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245651,6 +254569,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245686,6 +254605,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245721,6 +254641,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245756,6 +254677,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245866,6 +254788,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245901,6 +254824,7 @@ { "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])$", @@ -245941,6 +254865,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -245979,6 +254904,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246014,6 +254940,7 @@ { "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])$", @@ -246054,6 +254981,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246092,6 +255020,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246127,6 +255056,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246162,6 +255092,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246197,6 +255128,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246232,6 +255164,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246267,6 +255200,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246302,6 +255236,7 @@ { "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])$", @@ -246342,6 +255277,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246380,6 +255316,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246415,6 +255352,7 @@ { "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])$", @@ -246455,6 +255393,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246493,6 +255432,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246528,6 +255468,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246563,6 +255504,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246598,6 +255540,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246633,6 +255576,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246668,6 +255612,7 @@ { "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])$", @@ -246708,6 +255653,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246746,6 +255692,7 @@ { "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])$", @@ -246786,6 +255733,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246824,6 +255772,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246859,6 +255808,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246894,6 +255844,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246929,6 +255880,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246964,6 +255916,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -246999,6 +255952,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247034,6 +255988,7 @@ { "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])$", @@ -247074,6 +256029,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247112,6 +256068,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247147,6 +256104,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247182,6 +256140,7 @@ { "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])$", @@ -247222,6 +256181,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247260,6 +256220,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247295,6 +256256,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247330,6 +256292,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247365,6 +256328,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247400,6 +256364,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247435,6 +256400,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247470,6 +256436,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247505,6 +256472,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247540,6 +256508,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247575,6 +256544,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247610,6 +256580,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247645,6 +256616,7 @@ { "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])$", @@ -247685,6 +256657,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247723,6 +256696,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247758,6 +256732,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247793,6 +256768,7 @@ { "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])$", @@ -247833,6 +256809,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247871,6 +256848,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247906,6 +256884,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -247941,6 +256920,7 @@ { "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])$", @@ -247981,6 +256961,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -248019,6 +257000,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -248054,6 +257036,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -248089,6 +257072,7 @@ { "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])$", @@ -248129,6 +257113,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -248167,6 +257152,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -248202,6 +257188,7 @@ { "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])$", @@ -248242,6 +257229,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -248280,6 +257268,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string" @@ -248348,6 +257337,7 @@ { "name": "skip", "in": "path", + "description": "Usage: skip={skip}", "required": true, "schema": { "maximum": 2147483647, @@ -248360,6 +257350,7 @@ { "name": "top", "in": "path", + "description": "Usage: top={top}", "required": true, "schema": { "maximum": 2147483647, @@ -248372,6 +257363,7 @@ { "name": "filter", "in": "path", + "description": "Usage: filter={filter}", "required": true, "schema": { "type": "string", @@ -248381,6 +257373,7 @@ { "name": "skipToken", "in": "path", + "description": "Usage: skipToken={skipToken}", "required": true, "schema": { "type": "string", @@ -248458,6 +257451,7 @@ { "name": "period", "in": "path", + "description": "Usage: period={period}", "required": true, "schema": { "type": "string", @@ -261462,6 +270456,7 @@ { "name": "path", "in": "path", + "description": "Usage: path={path}", "required": true, "schema": { "type": "string", @@ -272169,6 +281164,7 @@ { "name": "includePersonalNotebooks", "in": "path", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "schema": { "type": "boolean", @@ -365799,6 +374795,2446 @@ "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "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/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource": { "get": { "tags": [ @@ -366025,6 +377461,2446 @@ "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "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/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/insights/trending": { "get": { "tags": [ @@ -366606,6 +380482,2446 @@ "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "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/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/insights/used": { "get": { "tags": [ @@ -367183,6 +383499,2446 @@ "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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", + "format": "int32", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.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/microsoft.graph.workbookRangeView" + } + ], + "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/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeFill.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/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeFormat.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/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeSort.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/microsoft.graph.workbookSortField" + } + ], + "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/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeView.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/microsoft.graph.workbookRange" + } + ], + "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/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/licenseDetails": { "get": { "tags": [ @@ -379271,6 +398027,7 @@ { "name": "StartDateTime", "in": "path", + "description": "Usage: StartDateTime={StartDateTime}", "required": true, "schema": { "type": "string" @@ -379279,6 +398036,7 @@ { "name": "EndDateTime", "in": "path", + "description": "Usage: EndDateTime={EndDateTime}", "required": true, "schema": { "type": "string", @@ -390154,6 +408912,7 @@ { "name": "includePersonalNotebooks", "in": "path", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "schema": { "type": "boolean", @@ -430959,6 +449718,7 @@ { "name": "TimeZoneStandard", "in": "path", + "description": "Usage: TimeZoneStandard={TimeZoneStandard}", "required": true, "schema": { "anyOf": [ @@ -436264,6 +455024,7 @@ { "name": "token", "in": "path", + "description": "Usage: token={token}", "required": true, "schema": { "type": "string", @@ -436485,6 +455246,7 @@ { "name": "q", "in": "path", + "description": "Usage: q={q}", "required": true, "schema": { "type": "string", @@ -478925,6 +497687,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -478936,6 +497699,7 @@ { "name": "height", "in": "path", + "description": "Usage: height={height}", "required": true, "schema": { "maximum": 2147483647, @@ -478947,6 +497711,7 @@ { "name": "fittingMode", "in": "path", + "description": "Usage: fittingMode={fittingMode}", "required": true, "schema": { "type": "string" @@ -479026,6 +497791,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -479037,6 +497803,7 @@ { "name": "height", "in": "path", + "description": "Usage: height={height}", "required": true, "schema": { "maximum": 2147483647, @@ -479119,6 +497886,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -482243,6 +501011,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -482417,6 +501186,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -483779,6 +502549,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -483790,6 +502561,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -483980,6 +502752,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -484181,6 +502954,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -484438,6 +503212,7 @@ { "name": "name", "in": "path", + "description": "Usage: name={name}", "required": true, "schema": { "type": "string", @@ -484503,6 +503278,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -484586,6 +503362,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -484597,6 +503374,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -484767,6 +503545,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -484948,6 +503727,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -486430,6 +505210,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -486441,6 +505222,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -486631,6 +505413,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -486832,6 +505615,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -489992,6 +508776,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -491329,6 +510114,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -492105,6 +510891,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -492116,6 +510903,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -492306,6 +511094,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -492507,6 +511296,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -492758,6 +511548,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -495412,6 +514203,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -496589,6 +515381,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -510531,6 +529324,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -510542,6 +529336,7 @@ { "name": "height", "in": "path", + "description": "Usage: height={height}", "required": true, "schema": { "maximum": 2147483647, @@ -510553,6 +529348,7 @@ { "name": "fittingMode", "in": "path", + "description": "Usage: fittingMode={fittingMode}", "required": true, "schema": { "type": "string" @@ -510632,6 +529428,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -510643,6 +529440,7 @@ { "name": "height", "in": "path", + "description": "Usage: height={height}", "required": true, "schema": { "maximum": 2147483647, @@ -510725,6 +529523,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -513849,6 +532648,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -514023,6 +532823,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -515385,6 +534186,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -515396,6 +534198,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -515586,6 +534389,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -515787,6 +534591,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -516044,6 +534849,7 @@ { "name": "name", "in": "path", + "description": "Usage: name={name}", "required": true, "schema": { "type": "string", @@ -516109,6 +534915,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -516192,6 +534999,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -516203,6 +535011,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -516373,6 +535182,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -516554,6 +535364,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -517399,6 +536210,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -517410,6 +536222,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -517600,6 +536413,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -517801,6 +536615,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -518759,6 +537574,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -518770,6 +537586,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -518960,6 +537777,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -519161,6 +537979,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -520682,6 +539501,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -520898,6 +539718,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -534614,6 +553435,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -534625,6 +553447,7 @@ { "name": "height", "in": "path", + "description": "Usage: height={height}", "required": true, "schema": { "maximum": 2147483647, @@ -534636,6 +553459,7 @@ { "name": "fittingMode", "in": "path", + "description": "Usage: fittingMode={fittingMode}", "required": true, "schema": { "type": "string" @@ -534715,6 +553539,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -534726,6 +553551,7 @@ { "name": "height", "in": "path", + "description": "Usage: height={height}", "required": true, "schema": { "maximum": 2147483647, @@ -534808,6 +553634,7 @@ { "name": "width", "in": "path", + "description": "Usage: width={width}", "required": true, "schema": { "maximum": 2147483647, @@ -537932,6 +556759,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -538106,6 +556934,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -539468,6 +558297,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -539479,6 +558309,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -539669,6 +558500,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -539870,6 +558702,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -540127,6 +558960,7 @@ { "name": "name", "in": "path", + "description": "Usage: name={name}", "required": true, "schema": { "type": "string", @@ -540192,6 +559026,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -540275,6 +559110,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -540286,6 +559122,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -540456,6 +559293,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -540637,6 +559475,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -541482,6 +560321,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -541493,6 +560333,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -541683,6 +560524,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -541884,6 +560726,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -542842,6 +561685,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -542853,6 +561697,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -543043,6 +561888,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -543244,6 +562090,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -546404,6 +565251,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -547741,6 +566589,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, @@ -548517,6 +567366,7 @@ { "name": "row", "in": "path", + "description": "Usage: row={row}", "required": true, "schema": { "maximum": 2147483647, @@ -548528,6 +567378,7 @@ { "name": "column", "in": "path", + "description": "Usage: column={column}", "required": true, "schema": { "maximum": 2147483647, @@ -548718,6 +567569,7 @@ { "name": "address", "in": "path", + "description": "Usage: address={address}", "required": true, "schema": { "type": "string", @@ -548919,6 +567771,7 @@ { "name": "valuesOnly", "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "schema": { "type": "boolean", @@ -549170,6 +568023,7 @@ { "name": "index", "in": "path", + "description": "Usage: index={index}", "required": true, "schema": { "maximum": 2147483647, diff --git a/docs/oas_2_0/TripService.json b/docs/oas_2_0/TripService.json index f56a488..5b31c70 100644 --- a/docs/oas_2_0/TripService.json +++ b/docs/oas_2_0/TripService.json @@ -1108,6 +1108,7 @@ { "in": "path", "name": "userName", + "description": "Usage: userName={userName}", "required": true, "type": "string" } @@ -1184,6 +1185,7 @@ { "in": "path", "name": "lastName", + "description": "Usage: lastName={lastName}", "required": true, "type": "string" } @@ -2235,6 +2237,7 @@ { "in": "path", "name": "userName", + "description": "Usage: userName={userName}", "required": true, "type": "string" } @@ -2327,6 +2330,7 @@ { "in": "path", "name": "lastName", + "description": "Usage: lastName={lastName}", "required": true, "type": "string" } @@ -3402,6 +3406,7 @@ { "in": "path", "name": "userName", + "description": "Usage: userName={userName}", "required": true, "type": "string" } @@ -3494,6 +3499,7 @@ { "in": "path", "name": "lastName", + "description": "Usage: lastName={lastName}", "required": true, "type": "string" } diff --git a/docs/oas_2_0/graph.beta.json b/docs/oas_2_0/graph.beta.json index 737f850..167dedf 100644 --- a/docs/oas_2_0/graph.beta.json +++ b/docs/oas_2_0/graph.beta.json @@ -19898,6 +19898,12 @@ "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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", @@ -21380,6 +21386,60 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ @@ -21426,11 +21486,136 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" + ] + }, "/deviceAppManagement/managedAppRegistrations": { "get": { "tags": [ @@ -22061,6 +22246,68 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppRegistration-id", + "description": "key: id of managedAppRegistration", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ @@ -22115,11 +22362,152 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppRegistration-id", + "description": "key: id of managedAppRegistration", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppRegistration-id", + "description": "key: id of managedAppRegistration", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" + ] + }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies": { "get": { "tags": [ @@ -22431,6 +22819,68 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppRegistration-id", + "description": "key: id of managedAppRegistration", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ @@ -22485,11 +22935,152 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppRegistration-id", + "description": "key: id of managedAppRegistration", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppRegistration-id", + "description": "key: id of managedAppRegistration", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" + ] + }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations": { "get": { "tags": [ @@ -24675,6 +25266,12 @@ }, "x-ms-docs-grouped-path": [ "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", @@ -27102,6 +27699,12 @@ }, "x-ms-docs-grouped-path": [ "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", @@ -29032,6 +29635,12 @@ }, "x-ms-docs-grouped-path": [ "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", @@ -29040,6 +29649,189 @@ "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" ] }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "deviceAppManagement.mobileApps.deviceStatuses.app.microsoft.graph.iosVppApp.revokeAllLicenses", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "mobileApp-id", + "description": "key: id of mobileApp", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mobileApp" + }, + { + "in": "path", + "name": "mobileAppInstallStatus-id", + "description": "key: id of mobileAppInstallStatus", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mobileAppInstallStatus" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeAllLicenses", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "deviceAppManagement.mobileApps.deviceStatuses.app.microsoft.graph.iosVppApp.revokeDeviceLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "mobileApp-id", + "description": "key: id of mobileApp", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mobileApp" + }, + { + "in": "path", + "name": "mobileAppInstallStatus-id", + "description": "key: id of mobileAppInstallStatus", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mobileAppInstallStatus" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "managedDeviceId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "deviceAppManagement.mobileApps.deviceStatuses.app.microsoft.graph.iosVppApp.revokeUserLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "mobileApp-id", + "description": "key: id of mobileApp", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mobileApp" + }, + { + "in": "path", + "name": "mobileAppInstallStatus-id", + "description": "key: id of mobileAppInstallStatus", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mobileAppInstallStatus" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "userId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeUserLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, "/deviceAppManagement/mobileApps/{mobileApp-id}/installSummary": { "get": { "tags": [ @@ -29225,6 +30017,12 @@ }, "x-ms-docs-grouped-path": [ "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", @@ -29233,6 +30031,165 @@ "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" ] }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "deviceAppManagement.mobileApps.microsoft.graph.iosVppApp.revokeAllLicenses", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "mobileApp-id", + "description": "key: id of mobileApp", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mobileApp" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "deviceAppManagement.mobileApps.microsoft.graph.iosVppApp.revokeDeviceLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "mobileApp-id", + "description": "key: id of mobileApp", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mobileApp" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "managedDeviceId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "deviceAppManagement.mobileApps.microsoft.graph.iosVppApp.revokeUserLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "mobileApp-id", + "description": "key: id of mobileApp", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mobileApp" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "userId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses": { "get": { "tags": [ @@ -29828,6 +30785,12 @@ }, "x-ms-docs-grouped-path": [ "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", @@ -29836,6 +30799,189 @@ "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" ] }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "deviceAppManagement.mobileApps.userStatuses.app.microsoft.graph.iosVppApp.revokeAllLicenses", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "mobileApp-id", + "description": "key: id of mobileApp", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mobileApp" + }, + { + "in": "path", + "name": "userAppInstallStatus-id", + "description": "key: id of userAppInstallStatus", + "required": true, + "type": "string", + "x-ms-docs-key-type": "userAppInstallStatus" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses", + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeAllLicenses", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "deviceAppManagement.mobileApps.userStatuses.app.microsoft.graph.iosVppApp.revokeDeviceLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "mobileApp-id", + "description": "key: id of mobileApp", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mobileApp" + }, + { + "in": "path", + "name": "userAppInstallStatus-id", + "description": "key: id of userAppInstallStatus", + "required": true, + "type": "string", + "x-ms-docs-key-type": "userAppInstallStatus" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "managedDeviceId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "deviceAppManagement.mobileApps.userStatuses.app.microsoft.graph.iosVppApp.revokeUserLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "mobileApp-id", + "description": "key: id of mobileApp", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mobileApp" + }, + { + "in": "path", + "name": "userAppInstallStatus-id", + "description": "key: id of userAppInstallStatus", + "required": true, + "type": "string", + "x-ms-docs-key-type": "userAppInstallStatus" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "userId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeUserLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses": { "get": { "tags": [ @@ -30538,6 +31684,12 @@ }, "x-ms-docs-grouped-path": [ "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", @@ -30546,6 +31698,213 @@ "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" ] }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "deviceAppManagement.mobileApps.userStatuses.deviceStatuses.app.microsoft.graph.iosVppApp.revokeAllLicenses", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "mobileApp-id", + "description": "key: id of mobileApp", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mobileApp" + }, + { + "in": "path", + "name": "userAppInstallStatus-id", + "description": "key: id of userAppInstallStatus", + "required": true, + "type": "string", + "x-ms-docs-key-type": "userAppInstallStatus" + }, + { + "in": "path", + "name": "mobileAppInstallStatus-id", + "description": "key: id of mobileAppInstallStatus", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mobileAppInstallStatus" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses", + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeAllLicenses", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "deviceAppManagement.mobileApps.userStatuses.deviceStatuses.app.microsoft.graph.iosVppApp.revokeDeviceLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "mobileApp-id", + "description": "key: id of mobileApp", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mobileApp" + }, + { + "in": "path", + "name": "userAppInstallStatus-id", + "description": "key: id of userAppInstallStatus", + "required": true, + "type": "string", + "x-ms-docs-key-type": "userAppInstallStatus" + }, + { + "in": "path", + "name": "mobileAppInstallStatus-id", + "description": "key: id of mobileAppInstallStatus", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mobileAppInstallStatus" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "managedDeviceId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "deviceAppManagement.mobileApps.userStatuses.deviceStatuses.app.microsoft.graph.iosVppApp.revokeUserLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "mobileApp-id", + "description": "key: id of mobileApp", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mobileApp" + }, + { + "in": "path", + "name": "userAppInstallStatus-id", + "description": "key: id of userAppInstallStatus", + "required": true, + "type": "string", + "x-ms-docs-key-type": "userAppInstallStatus" + }, + { + "in": "path", + "name": "mobileAppInstallStatus-id", + "description": "key: id of mobileAppInstallStatus", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mobileAppInstallStatus" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "userId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/revokeUserLicense", + "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, "/deviceAppManagement/mobileApps/getMobileAppCount(status={status})": { "get": { "tags": [ @@ -30560,6 +31919,7 @@ { "in": "path", "name": "status", + "description": "Usage: status={status}", "required": true, "type": "string" } @@ -30593,12 +31953,14 @@ { "in": "path", "name": "status", + "description": "Usage: status={status}", "required": true, "type": "string" }, { "in": "path", "name": "count", + "description": "Usage: count={count}", "required": true, "type": "integer", "format": "int64" @@ -32072,6 +33434,12 @@ }, "x-ms-docs-grouped-path": [ "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "/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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/assign", @@ -32126,8 +33494,11 @@ "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" ] }, @@ -32534,6 +33905,7 @@ { "in": "path", "name": "bundleId", + "description": "Usage: bundleId={bundleId}", "required": true, "type": "string" } @@ -35957,6 +37329,7 @@ { "in": "path", "name": "category", + "description": "Usage: category={category}", "required": true, "type": "string" } @@ -55325,6 +56698,7 @@ { "in": "path", "name": "platform", + "description": "Usage: platform={platform}", "required": true } ], @@ -55360,6 +56734,7 @@ { "in": "path", "name": "platform", + "description": "Usage: platform={platform}", "required": true } ], @@ -55936,6 +57311,7 @@ { "in": "path", "name": "platform", + "description": "Usage: platform={platform}", "required": true } ], @@ -56003,6 +57379,7 @@ { "in": "path", "name": "platform", + "description": "Usage: platform={platform}", "required": true } ], @@ -56068,6 +57445,7 @@ { "in": "path", "name": "scope", + "description": "Usage: scope={scope}", "required": true, "type": "string" } @@ -56104,7 +57482,7 @@ { "in": "query", "name": "ids", - "description": "The URL-encoded JSON object", + "description": "Usage: ids={ids}", "required": true, "type": "string" } @@ -56138,6 +57516,7 @@ { "in": "path", "name": "resource", + "description": "Usage: resource={resource}", "required": true, "type": "string" } @@ -56217,6 +57596,7 @@ { "in": "path", "name": "domainName", + "description": "Usage: domainName={domainName}", "required": true, "type": "string" } @@ -58311,6 +59691,7 @@ { "in": "path", "name": "userid", + "description": "Usage: userid={userid}", "required": true, "type": "string" } @@ -80073,6 +81454,7 @@ { "in": "path", "name": "q", + "description": "Usage: q={q}", "required": true, "type": "string" } @@ -89740,6 +91122,7 @@ { "in": "path", "name": "q", + "description": "Usage: q={q}", "required": true, "type": "string" } @@ -147433,6 +148816,7 @@ { "in": "path", "name": "includePersonalNotebooks", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "type": "boolean", "default": false @@ -193757,7 +195141,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendar/calendarView/{event-id}/instances/{event-id1}/cancel": { @@ -193909,7 +195299,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { @@ -194198,7 +195594,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendar/calendarView/{event-id}/instances/delta()": { @@ -194335,7 +195737,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendar/calendarView/{event-id}/cancel": { @@ -194471,7 +195879,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendar/calendarView/{event-id}/dismissReminder": { @@ -194728,7 +196142,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendar/calendarView/{event-id}/multiValueExtendedProperties": { @@ -197150,7 +198570,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendar/events/{event-id}/instances/{event-id1}/cancel": { @@ -197302,7 +198728,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder": { @@ -197591,7 +199023,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendar/events/{event-id}/instances/delta()": { @@ -197728,7 +199166,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendar/events/{event-id}/cancel": { @@ -197864,7 +199308,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendar/events/{event-id}/dismissReminder": { @@ -198121,7 +199571,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendar/events/{event-id}/multiValueExtendedProperties": { @@ -202098,7 +203554,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel": { @@ -202282,7 +203744,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { @@ -202635,7 +204103,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()": { @@ -202804,7 +204278,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel": { @@ -202972,7 +204452,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder": { @@ -203293,7 +204779,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties": { @@ -206293,7 +207785,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel": { @@ -206477,7 +207975,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder": { @@ -206830,7 +208334,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()": { @@ -206999,7 +208509,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel": { @@ -207167,7 +208683,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder": { @@ -207488,7 +209010,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties": { @@ -211341,7 +212869,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel": { @@ -211509,7 +213043,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { @@ -211830,7 +213370,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()": { @@ -211983,7 +213529,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendars/{calendar-id}/calendarView/{event-id}/cancel": { @@ -212135,7 +213687,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder": { @@ -212424,7 +213982,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties": { @@ -215136,7 +216700,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel": { @@ -215304,7 +216874,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder": { @@ -215625,7 +217201,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()": { @@ -215778,7 +217360,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendars/{calendar-id}/events/{event-id}/cancel": { @@ -215930,7 +217518,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder": { @@ -216219,7 +217813,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties": { @@ -219021,7 +220621,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/cancel": { @@ -219173,7 +220779,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder": { @@ -219462,7 +221074,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendarView/{event-id}/calendar/calendarView/delta()": { @@ -220031,7 +221649,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendarView/{event-id}/calendar/events/{event-id1}/cancel": { @@ -220183,7 +221807,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder": { @@ -220472,7 +222102,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendarView/{event-id}/calendar/events/delta()": { @@ -222042,7 +223678,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendarView/{event-id}/instances/{event-id1}/cancel": { @@ -222194,7 +223836,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { @@ -222483,7 +224131,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendarView/{event-id}/instances/delta()": { @@ -222620,7 +224274,13 @@ "/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/events/{event-id}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/calendarView/{event-id}/cancel": { @@ -222756,7 +224416,13 @@ "/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/events/{event-id}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/calendarView/{event-id}/dismissReminder": { @@ -223013,7 +224679,13 @@ "/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/events/{event-id}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/calendarView/{event-id}/multiValueExtendedProperties": { @@ -229086,7 +230758,17 @@ } }, "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/microsoft.graph.windowsInformationProtection/assign" + ] }, "/me/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority": { "post": { @@ -231760,7 +233442,13 @@ "/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}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/events/{event-id}/calendar/calendarView/{event-id1}/cancel": { @@ -231912,7 +233600,13 @@ "/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}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder": { @@ -232201,7 +233895,13 @@ "/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}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/events/{event-id}/calendar/calendarView/delta()": { @@ -232770,7 +234470,13 @@ "/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}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/events/{event-id}/calendar/events/{event-id1}/cancel": { @@ -232922,7 +234628,13 @@ "/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}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder": { @@ -233211,7 +234923,13 @@ "/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}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/events/{event-id}/calendar/events/delta()": { @@ -234781,7 +236499,13 @@ "/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}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/events/{event-id}/instances/{event-id1}/cancel": { @@ -234933,7 +236657,13 @@ "/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}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/events/{event-id}/instances/{event-id1}/dismissReminder": { @@ -235222,7 +236952,13 @@ "/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}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/events/{event-id}/instances/delta()": { @@ -235359,7 +237095,13 @@ "/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}/instances/{event-id1}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/me/events/{event-id}/cancel": { @@ -235495,7 +237237,13 @@ "/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}/instances/{event-id1}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/me/events/{event-id}/dismissReminder": { @@ -235752,7 +237500,13 @@ "/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}/instances/{event-id1}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/me/events/{event-id}/multiValueExtendedProperties": { @@ -237564,6 +239318,2117 @@ "x-ms-docs-operation-type": "operation" } }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.eventMessageRequest.accept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.eventMessageRequest.decline", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.eventMessageRequest.tentativelyAccept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.iosVppApp.revokeAllLicenses", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.iosVppApp.revokeDeviceLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "managedDeviceId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.iosVppApp.revokeUserLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "userId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, + "/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/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/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/insights/shared/{sharedInsight-id}/resource": { "get": { "tags": [ @@ -237729,6 +241594,2117 @@ "x-ms-docs-operation-type": "operation" } }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.insights.shared.resource.microsoft.graph.eventMessageRequest.accept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.insights.shared.resource.microsoft.graph.eventMessageRequest.decline", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.insights.shared.resource.microsoft.graph.eventMessageRequest.tentativelyAccept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "me.insights.shared.resource.microsoft.graph.iosVppApp.revokeAllLicenses", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeAllLicenses", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "me.insights.shared.resource.microsoft.graph.iosVppApp.revokeDeviceLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "managedDeviceId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "me.insights.shared.resource.microsoft.graph.iosVppApp.revokeUserLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "userId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeUserLicense", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, + "/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/insights/trending": { "get": { "tags": [ @@ -238165,6 +244141,2117 @@ "x-ms-docs-operation-type": "operation" } }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.insights.trending.resource.microsoft.graph.eventMessageRequest.accept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.insights.trending.resource.microsoft.graph.eventMessageRequest.decline", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.insights.trending.resource.microsoft.graph.eventMessageRequest.tentativelyAccept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "me.insights.trending.resource.microsoft.graph.iosVppApp.revokeAllLicenses", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeAllLicenses", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "me.insights.trending.resource.microsoft.graph.iosVppApp.revokeDeviceLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "managedDeviceId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "me.insights.trending.resource.microsoft.graph.iosVppApp.revokeUserLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "userId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeUserLicense", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, + "/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/insights/used": { "get": { "tags": [ @@ -238597,6 +246684,2117 @@ "x-ms-docs-operation-type": "operation" } }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.insights.used.resource.microsoft.graph.eventMessageRequest.accept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.insights.used.resource.microsoft.graph.eventMessageRequest.decline", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.insights.used.resource.microsoft.graph.eventMessageRequest.tentativelyAccept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "me.insights.used.resource.microsoft.graph.iosVppApp.revokeAllLicenses", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeAllLicenses", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "me.insights.used.resource.microsoft.graph.iosVppApp.revokeDeviceLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "managedDeviceId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "me.insights.used.resource.microsoft.graph.iosVppApp.revokeUserLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "userId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeUserLicense", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, + "/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/joinedGroups": { "get": { "tags": [ @@ -242578,6 +252776,258 @@ "/me/messages/{message-id}/createReplyAll" ] }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.mailFolders.messages.microsoft.graph.eventMessageRequest.accept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "mailFolder-id", + "description": "key: id of mailFolder", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mailFolder" + }, + { + "in": "path", + "name": "message-id", + "description": "key: id of message", + "required": true, + "type": "string", + "x-ms-docs-key-type": "message" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.mailFolders.messages.microsoft.graph.eventMessageRequest.decline", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "mailFolder-id", + "description": "key: id of mailFolder", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mailFolder" + }, + { + "in": "path", + "name": "message-id", + "description": "key: id of message", + "required": true, + "type": "string", + "x-ms-docs-key-type": "message" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.mailFolders.messages.microsoft.graph.eventMessageRequest.tentativelyAccept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "mailFolder-id", + "description": "key: id of mailFolder", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mailFolder" + }, + { + "in": "path", + "name": "message-id", + "description": "key: id of message", + "required": true, + "type": "string", + "x-ms-docs-key-type": "message" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, "/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward": { "post": { "tags": [ @@ -249968,6 +260418,234 @@ "/me/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll" ] }, + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.messages.microsoft.graph.eventMessageRequest.accept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "message-id", + "description": "key: id of message", + "required": true, + "type": "string", + "x-ms-docs-key-type": "message" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/accept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.messages.microsoft.graph.eventMessageRequest.decline", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "message-id", + "description": "key: id of message", + "required": true, + "type": "string", + "x-ms-docs-key-type": "message" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/decline", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/me/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.messages.microsoft.graph.eventMessageRequest.tentativelyAccept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "message-id", + "description": "key: id of message", + "required": true, + "type": "string", + "x-ms-docs-key-type": "message" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, "/me/messages/{message-id}/forward": { "post": { "tags": [ @@ -251094,6 +261772,7 @@ { "in": "path", "name": "skip", + "description": "Usage: skip={skip}", "required": true, "type": "integer", "format": "int32", @@ -251103,6 +261782,7 @@ { "in": "path", "name": "top", + "description": "Usage: top={top}", "required": true, "type": "integer", "format": "int32", @@ -251366,6 +262046,7 @@ { "in": "path", "name": "RoomList", + "description": "Usage: RoomList={RoomList}", "required": true, "type": "string" } @@ -251673,12 +262354,14 @@ { "in": "path", "name": "StartDateTime", + "description": "Usage: StartDateTime={StartDateTime}", "required": true, "type": "string" }, { "in": "path", "name": "EndDateTime", + "description": "Usage: EndDateTime={EndDateTime}", "required": true, "type": "string" } @@ -261010,6 +271693,7 @@ { "in": "path", "name": "includePersonalNotebooks", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "type": "boolean", "default": false @@ -292932,6 +303616,7 @@ { "in": "path", "name": "TimeZoneStandard", + "description": "Usage: TimeZoneStandard={TimeZoneStandard}", "required": true } ], @@ -313073,6 +323758,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -313108,6 +323794,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -313143,6 +323830,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -313183,6 +323871,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -313221,6 +323910,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -313256,6 +323946,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -313291,6 +323982,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -313331,6 +324023,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -313369,6 +324062,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -313404,6 +324098,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -313439,6 +324134,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -313474,6 +324170,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -313509,6 +324206,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -313625,6 +324323,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -313660,6 +324359,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -313700,6 +324400,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -313738,6 +324439,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -313773,6 +324475,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -313813,6 +324516,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -313851,6 +324555,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -313886,6 +324591,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -313921,6 +324627,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -313956,6 +324663,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -313991,6 +324699,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -314026,6 +324735,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -314061,6 +324771,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -314101,6 +324812,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -314139,6 +324851,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -314174,6 +324887,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -314214,6 +324928,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -314252,6 +324967,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -314287,6 +325003,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -314322,6 +325039,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -314357,6 +325075,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -314392,6 +325111,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -314427,6 +325147,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -314467,6 +325188,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -314505,6 +325227,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -314545,6 +325268,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -314583,6 +325307,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -314618,6 +325343,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -314653,6 +325379,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -314688,6 +325415,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -314723,6 +325451,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -314758,6 +325487,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -314793,6 +325523,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -314833,6 +325564,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -314871,6 +325603,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -314906,6 +325639,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -314941,6 +325675,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -314981,6 +325716,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315019,6 +325755,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315054,6 +325791,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315089,6 +325827,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315124,6 +325863,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315159,6 +325899,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315194,6 +325935,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315229,6 +325971,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315264,6 +326007,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315299,6 +326043,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315334,6 +326079,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315369,6 +326115,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315404,6 +326151,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -315444,6 +326192,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315482,6 +326231,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315517,6 +326267,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315552,6 +326303,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -315592,6 +326344,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315630,6 +326383,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "integer", "format": "int32", @@ -315663,6 +326417,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315698,6 +326453,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315733,6 +326489,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -315773,6 +326530,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315811,6 +326569,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315846,6 +326605,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315881,6 +326641,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -315921,6 +326682,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315959,6 +326721,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -315994,6 +326757,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -316034,6 +326798,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -316072,6 +326837,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -316132,6 +326898,7 @@ { "in": "path", "name": "skip", + "description": "Usage: skip={skip}", "required": true, "type": "integer", "format": "int32", @@ -316141,6 +326908,7 @@ { "in": "path", "name": "top", + "description": "Usage: top={top}", "required": true, "type": "integer", "format": "int32", @@ -316150,12 +326918,14 @@ { "in": "path", "name": "filter", + "description": "Usage: filter={filter}", "required": true, "type": "string" }, { "in": "path", "name": "skipToken", + "description": "Usage: skipToken={skipToken}", "required": true, "type": "string" } @@ -316236,6 +327006,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -343418,6 +354189,7 @@ { "in": "path", "name": "path", + "description": "Usage: path={path}", "required": true, "type": "string" } @@ -352668,6 +363440,7 @@ { "in": "path", "name": "includePersonalNotebooks", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "type": "boolean", "default": false @@ -395998,7 +406771,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel": { @@ -396166,7 +406945,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { @@ -396487,7 +407272,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()": { @@ -396641,7 +407432,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendar/calendarView/{event-id}/cancel": { @@ -396793,7 +407590,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder": { @@ -397082,7 +407885,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties": { @@ -399795,7 +410604,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/cancel": { @@ -399963,7 +410778,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder": { @@ -400284,7 +411105,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendar/events/{event-id}/instances/delta()": { @@ -400438,7 +411265,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendar/events/{event-id}/cancel": { @@ -400590,7 +411423,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendar/events/{event-id}/dismissReminder": { @@ -400879,7 +411718,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties": { @@ -405315,7 +416160,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel": { @@ -405515,7 +416366,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { @@ -405900,7 +416757,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()": { @@ -406086,7 +416949,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel": { @@ -406270,7 +417139,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder": { @@ -406623,7 +417498,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties": { @@ -409912,7 +420793,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel": { @@ -410112,7 +420999,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder": { @@ -410497,7 +421390,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()": { @@ -410683,7 +421582,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel": { @@ -410867,7 +421772,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder": { @@ -411220,7 +422131,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties": { @@ -415490,7 +426407,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel": { @@ -415674,7 +426597,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { @@ -416027,7 +426956,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()": { @@ -416197,7 +427132,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel": { @@ -416365,7 +427306,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder": { @@ -416686,7 +427633,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties": { @@ -419687,7 +430640,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel": { @@ -419871,7 +430830,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder": { @@ -420224,7 +431189,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()": { @@ -420394,7 +431365,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/cancel": { @@ -420562,7 +431539,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder": { @@ -420883,7 +431866,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties": { @@ -424014,7 +435003,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/cancel": { @@ -424182,7 +435177,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder": { @@ -424503,7 +435504,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()": { @@ -425129,7 +436136,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/cancel": { @@ -425297,7 +436310,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder": { @@ -425618,7 +436637,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()": { @@ -427373,7 +438398,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/cancel": { @@ -427541,7 +438572,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { @@ -427862,7 +438899,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendarView/{event-id}/instances/delta()": { @@ -428016,7 +439059,13 @@ "/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}/events/{event-id}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/calendarView/{event-id}/cancel": { @@ -428168,7 +439217,13 @@ "/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}/events/{event-id}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/calendarView/{event-id}/dismissReminder": { @@ -428457,7 +439512,13 @@ "/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}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties": { @@ -435333,7 +446394,17 @@ } }, "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/microsoft.graph.windowsInformationProtection/assign" + ] }, "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority": { "post": { @@ -438335,7 +449406,13 @@ "/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}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/cancel": { @@ -438503,7 +449580,13 @@ "/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}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder": { @@ -438824,7 +449907,13 @@ "/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}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()": { @@ -439450,7 +450539,13 @@ "/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}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/cancel": { @@ -439618,7 +450713,13 @@ "/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}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder": { @@ -439939,7 +451040,13 @@ "/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}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/events/{event-id}/calendar/events/delta()": { @@ -441694,7 +452801,13 @@ "/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}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel": { @@ -441862,7 +452975,13 @@ "/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}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder": { @@ -442183,7 +453302,13 @@ "/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}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/events/{event-id}/instances/delta()": { @@ -442337,7 +453462,13 @@ "/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}/instances/{event-id1}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" ] }, "/users/{user-id}/events/{event-id}/cancel": { @@ -442489,7 +453620,13 @@ "/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}/instances/{event-id1}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" ] }, "/users/{user-id}/events/{event-id}/dismissReminder": { @@ -442778,7 +453915,13 @@ "/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}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" ] }, "/users/{user-id}/events/{event-id}/multiValueExtendedProperties": { @@ -444881,6 +456024,2469 @@ "x-ms-docs-operation-type": "operation" } }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.eventMessageRequest.accept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.eventMessageRequest.decline", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.eventMessageRequest.tentativelyAccept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.iosVppApp.revokeAllLicenses", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.iosVppApp.revokeDeviceLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "managedDeviceId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.iosVppApp.revokeUserLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "userId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, + "/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/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/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource": { "get": { "tags": [ @@ -445078,6 +458684,2469 @@ "x-ms-docs-operation-type": "operation" } }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.insights.shared.resource.microsoft.graph.eventMessageRequest.accept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.insights.shared.resource.microsoft.graph.eventMessageRequest.decline", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.insights.shared.resource.microsoft.graph.eventMessageRequest.tentativelyAccept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "users.insights.shared.resource.microsoft.graph.iosVppApp.revokeAllLicenses", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeAllLicenses", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "users.insights.shared.resource.microsoft.graph.iosVppApp.revokeDeviceLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "managedDeviceId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "users.insights.shared.resource.microsoft.graph.iosVppApp.revokeUserLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "userId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeUserLicense", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, + "/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/insights/trending": { "get": { "tags": [ @@ -445586,6 +461655,2469 @@ "x-ms-docs-operation-type": "operation" } }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.insights.trending.resource.microsoft.graph.eventMessageRequest.accept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.insights.trending.resource.microsoft.graph.eventMessageRequest.decline", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.insights.trending.resource.microsoft.graph.eventMessageRequest.tentativelyAccept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "users.insights.trending.resource.microsoft.graph.iosVppApp.revokeAllLicenses", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeAllLicenses", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "users.insights.trending.resource.microsoft.graph.iosVppApp.revokeDeviceLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "managedDeviceId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "users.insights.trending.resource.microsoft.graph.iosVppApp.revokeUserLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "userId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeUserLicense", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, + "/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/insights/used": { "get": { "tags": [ @@ -446090,6 +464622,2469 @@ "x-ms-docs-operation-type": "operation" } }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.insights.used.resource.microsoft.graph.eventMessageRequest.accept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.insights.used.resource.microsoft.graph.eventMessageRequest.decline", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.insights.used.resource.microsoft.graph.eventMessageRequest.tentativelyAccept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeAllLicenses", + "operationId": "users.insights.used.resource.microsoft.graph.iosVppApp.revokeAllLicenses", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeAllLicenses", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeAllLicenses" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeDeviceLicense", + "operationId": "users.insights.used.resource.microsoft.graph.iosVppApp.revokeDeviceLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "managedDeviceId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeDeviceLicense" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action revokeUserLicense", + "operationId": "users.insights.used.resource.microsoft.graph.iosVppApp.revokeUserLicense", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "userId": { + "type": "string" + }, + "notifyManagedDevices": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.iosVppApp/revokeUserLicense", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.iosVppApp/revokeUserLicense" + ] + }, + "/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/joinedGroups": { "get": { "tags": [ @@ -450528,6 +471523,282 @@ "/users/{user-id}/messages/{message-id}/createReplyAll" ] }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.mailFolders.messages.microsoft.graph.eventMessageRequest.accept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "mailFolder-id", + "description": "key: id of mailFolder", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mailFolder" + }, + { + "in": "path", + "name": "message-id", + "description": "key: id of message", + "required": true, + "type": "string", + "x-ms-docs-key-type": "message" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.mailFolders.messages.microsoft.graph.eventMessageRequest.decline", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "mailFolder-id", + "description": "key: id of mailFolder", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mailFolder" + }, + { + "in": "path", + "name": "message-id", + "description": "key: id of message", + "required": true, + "type": "string", + "x-ms-docs-key-type": "message" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.mailFolders.messages.microsoft.graph.eventMessageRequest.tentativelyAccept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "mailFolder-id", + "description": "key: id of mailFolder", + "required": true, + "type": "string", + "x-ms-docs-key-type": "mailFolder" + }, + { + "in": "path", + "name": "message-id", + "description": "key: id of message", + "required": true, + "type": "string", + "x-ms-docs-key-type": "message" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward": { "post": { "tags": [ @@ -458942,6 +480213,258 @@ "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll" ] }, + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.messages.microsoft.graph.eventMessageRequest.accept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "message-id", + "description": "key: id of message", + "required": true, + "type": "string", + "x-ms-docs-key-type": "message" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/accept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/accept" + ] + }, + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.messages.microsoft.graph.eventMessageRequest.decline", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "message-id", + "description": "key: id of message", + "required": true, + "type": "string", + "x-ms-docs-key-type": "message" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/decline", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/decline" + ] + }, + "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.messages.microsoft.graph.eventMessageRequest.tentativelyAccept", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "message-id", + "description": "key: id of message", + "required": true, + "type": "string", + "x-ms-docs-key-type": "message" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string" + }, + "SendResponse": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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}/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.eventMessageRequest/tentativelyAccept", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/tentativelyAccept" + ] + }, "/users/{user-id}/messages/{message-id}/forward": { "post": { "tags": [ @@ -460249,6 +481772,7 @@ { "in": "path", "name": "skip", + "description": "Usage: skip={skip}", "required": true, "type": "integer", "format": "int32", @@ -460258,6 +481782,7 @@ { "in": "path", "name": "top", + "description": "Usage: top={top}", "required": true, "type": "integer", "format": "int32", @@ -460573,6 +482098,7 @@ { "in": "path", "name": "RoomList", + "description": "Usage: RoomList={RoomList}", "required": true, "type": "string" } @@ -460962,12 +482488,14 @@ { "in": "path", "name": "StartDateTime", + "description": "Usage: StartDateTime={StartDateTime}", "required": true, "type": "string" }, { "in": "path", "name": "EndDateTime", + "description": "Usage: EndDateTime={EndDateTime}", "required": true, "type": "string" } @@ -471359,6 +492887,7 @@ { "in": "path", "name": "includePersonalNotebooks", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "type": "boolean", "default": false @@ -506829,6 +528358,7 @@ { "in": "path", "name": "TimeZoneStandard", + "description": "Usage: TimeZoneStandard={TimeZoneStandard}", "required": true } ], @@ -523012,6 +544542,7 @@ { "in": "path", "name": "token", + "description": "Usage: token={token}", "required": true, "type": "string" } @@ -523192,6 +544723,7 @@ { "in": "path", "name": "q", + "description": "Usage: q={q}", "required": true, "type": "string" } @@ -555007,6 +576539,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -555016,6 +576549,7 @@ { "in": "path", "name": "height", + "description": "Usage: height={height}", "required": true, "type": "integer", "format": "int32", @@ -555025,6 +576559,7 @@ { "in": "path", "name": "fittingMode", + "description": "Usage: fittingMode={fittingMode}", "required": true, "type": "string" } @@ -555094,6 +576629,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -555103,6 +576639,7 @@ { "in": "path", "name": "height", + "description": "Usage: height={height}", "required": true, "type": "integer", "format": "int32", @@ -555175,6 +576712,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -557873,6 +579411,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -558024,6 +579563,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -559208,6 +580748,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -559217,6 +580758,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -559377,6 +580919,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -559547,6 +581090,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -559767,6 +581311,7 @@ { "in": "path", "name": "name", + "description": "Usage: name={name}", "required": true, "type": "string" } @@ -559817,6 +581362,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -559886,6 +581432,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -559895,6 +581442,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -560039,6 +581587,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -560193,6 +581742,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -561467,6 +583017,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -561476,6 +583027,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -561636,6 +583188,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -561806,6 +583359,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -564551,6 +586105,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -565682,6 +587237,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -566358,6 +587914,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -566367,6 +587924,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -566527,6 +588085,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -566697,6 +588256,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -566917,6 +588477,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -569232,6 +590793,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -570235,6 +591797,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -582413,6 +603976,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -582422,6 +603986,7 @@ { "in": "path", "name": "height", + "description": "Usage: height={height}", "required": true, "type": "integer", "format": "int32", @@ -582431,6 +603996,7 @@ { "in": "path", "name": "fittingMode", + "description": "Usage: fittingMode={fittingMode}", "required": true, "type": "string" } @@ -582500,6 +604066,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -582509,6 +604076,7 @@ { "in": "path", "name": "height", + "description": "Usage: height={height}", "required": true, "type": "integer", "format": "int32", @@ -582581,6 +604149,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -585279,6 +606848,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -585430,6 +607000,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -586614,6 +608185,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -586623,6 +608195,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -586783,6 +608356,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -586953,6 +608527,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -587173,6 +608748,7 @@ { "in": "path", "name": "name", + "description": "Usage: name={name}", "required": true, "type": "string" } @@ -587223,6 +608799,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -587292,6 +608869,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -587301,6 +608879,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -587445,6 +609024,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -587599,6 +609179,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -588330,6 +609911,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -588339,6 +609921,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -588499,6 +610082,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -588669,6 +610253,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -589487,6 +611072,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -589496,6 +611082,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -589656,6 +611243,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -589826,6 +611414,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -591138,6 +612727,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -591329,6 +612919,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -603303,6 +624894,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -603312,6 +624904,7 @@ { "in": "path", "name": "height", + "description": "Usage: height={height}", "required": true, "type": "integer", "format": "int32", @@ -603321,6 +624914,7 @@ { "in": "path", "name": "fittingMode", + "description": "Usage: fittingMode={fittingMode}", "required": true, "type": "string" } @@ -603390,6 +624984,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -603399,6 +624994,7 @@ { "in": "path", "name": "height", + "description": "Usage: height={height}", "required": true, "type": "integer", "format": "int32", @@ -603471,6 +625067,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -606169,6 +627766,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -606320,6 +627918,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -607504,6 +629103,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -607513,6 +629113,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -607673,6 +629274,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -607843,6 +629445,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -608063,6 +629666,7 @@ { "in": "path", "name": "name", + "description": "Usage: name={name}", "required": true, "type": "string" } @@ -608113,6 +629717,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -608182,6 +629787,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -608191,6 +629797,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -608335,6 +629942,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -608489,6 +630097,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -609220,6 +630829,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -609229,6 +630839,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -609389,6 +631000,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -609559,6 +631171,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -610377,6 +631990,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -610386,6 +632000,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -610546,6 +632161,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -610716,6 +632332,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -613461,6 +635078,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -614592,6 +636210,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -615268,6 +636887,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -615277,6 +636897,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -615437,6 +637058,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -615607,6 +637229,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -615827,6 +637450,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", diff --git a/docs/oas_2_0/graph1.0.json b/docs/oas_2_0/graph1.0.json index 7d2d841..68c2f4a 100644 --- a/docs/oas_2_0/graph1.0.json +++ b/docs/oas_2_0/graph1.0.json @@ -3426,6 +3426,60 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ @@ -3472,11 +3526,126 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ @@ -4099,6 +4268,68 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppRegistration-id", + "description": "key: id of managedAppRegistration", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ @@ -4153,11 +4384,142 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppRegistration-id", + "description": "key: id of managedAppRegistration", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppRegistration-id", + "description": "key: id of managedAppRegistration", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ @@ -4469,6 +4831,68 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppRegistration-id", + "description": "key: id of managedAppRegistration", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ @@ -4523,11 +4947,142 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppRegistration-id", + "description": "key: id of managedAppRegistration", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppRegistration-id", + "description": "key: id of managedAppRegistration", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ @@ -6226,6 +6781,12 @@ "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" ] @@ -9925,6 +10486,12 @@ "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" ] @@ -10997,6 +11564,12 @@ "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" ] @@ -11047,8 +11620,11 @@ "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" ] }, @@ -21987,6 +22563,7 @@ { "in": "path", "name": "scope", + "description": "Usage: scope={scope}", "required": true, "type": "string" } @@ -22020,6 +22597,7 @@ { "in": "path", "name": "domainName", + "description": "Usage: domainName={domainName}", "required": true, "type": "string" } @@ -34554,6 +35132,7 @@ { "in": "path", "name": "q", + "description": "Usage: q={q}", "required": true, "type": "string" } @@ -38903,6 +39482,7 @@ { "in": "path", "name": "q", + "description": "Usage: q={q}", "required": true, "type": "string" } @@ -78627,6 +79207,7 @@ { "in": "path", "name": "includePersonalNotebooks", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "type": "boolean", "default": false @@ -161342,6 +161923,1728 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/insights/shared/{sharedInsight-id}/resource": { "get": { "tags": [ @@ -161507,6 +163810,1728 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/insights/trending": { "get": { "tags": [ @@ -161943,6 +165968,1728 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/insights/used": { "get": { "tags": [ @@ -162375,6 +168122,1728 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/licenseDetails": { "get": { "tags": [ @@ -171621,12 +179090,14 @@ { "in": "path", "name": "StartDateTime", + "description": "Usage: StartDateTime={StartDateTime}", "required": true, "type": "string" }, { "in": "path", "name": "EndDateTime", + "description": "Usage: EndDateTime={EndDateTime}", "required": true, "type": "string" } @@ -180104,6 +187575,7 @@ { "in": "path", "name": "includePersonalNotebooks", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "type": "boolean", "default": false @@ -212020,6 +219492,7 @@ { "in": "path", "name": "TimeZoneStandard", + "description": "Usage: TimeZoneStandard={TimeZoneStandard}", "required": true } ], @@ -217634,6 +225107,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -217666,6 +225140,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -217698,6 +225173,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -217735,6 +225211,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -217770,6 +225247,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -217802,6 +225280,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -217834,6 +225313,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -217871,6 +225351,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -217906,6 +225387,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -217938,6 +225420,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -217970,6 +225453,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218002,6 +225486,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218034,6 +225519,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218138,6 +225624,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218170,6 +225657,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -218207,6 +225695,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218242,6 +225731,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218274,6 +225764,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -218311,6 +225802,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218346,6 +225838,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218378,6 +225871,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218410,6 +225904,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218442,6 +225937,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218474,6 +225970,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218506,6 +226003,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218538,6 +226036,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -218575,6 +226074,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218610,6 +226110,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218642,6 +226143,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -218679,6 +226181,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218714,6 +226217,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218746,6 +226250,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218778,6 +226283,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218810,6 +226316,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218842,6 +226349,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218874,6 +226382,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -218911,6 +226420,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218946,6 +226456,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -218983,6 +226494,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219018,6 +226530,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219050,6 +226563,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219082,6 +226596,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219114,6 +226629,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219146,6 +226662,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219178,6 +226695,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219210,6 +226728,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -219247,6 +226766,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219282,6 +226802,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219314,6 +226835,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219346,6 +226868,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -219383,6 +226906,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219418,6 +226942,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219450,6 +226975,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219482,6 +227008,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219514,6 +227041,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219546,6 +227074,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219578,6 +227107,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219610,6 +227140,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219642,6 +227173,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219674,6 +227206,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219706,6 +227239,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219738,6 +227272,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219770,6 +227305,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -219807,6 +227343,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219842,6 +227379,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219874,6 +227412,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219906,6 +227445,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -219943,6 +227483,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219978,6 +227519,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -220010,6 +227552,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -220042,6 +227585,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -220079,6 +227623,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -220114,6 +227659,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -220146,6 +227692,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -220178,6 +227725,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -220215,6 +227763,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -220250,6 +227799,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -220282,6 +227832,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -220319,6 +227870,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -220354,6 +227906,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -220411,6 +227964,7 @@ { "in": "path", "name": "skip", + "description": "Usage: skip={skip}", "required": true, "type": "integer", "format": "int32", @@ -220420,6 +227974,7 @@ { "in": "path", "name": "top", + "description": "Usage: top={top}", "required": true, "type": "integer", "format": "int32", @@ -220429,12 +227984,14 @@ { "in": "path", "name": "filter", + "description": "Usage: filter={filter}", "required": true, "type": "string" }, { "in": "path", "name": "skipToken", + "description": "Usage: skipToken={skipToken}", "required": true, "type": "string" } @@ -220493,6 +228050,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -232014,6 +239572,7 @@ { "in": "path", "name": "path", + "description": "Usage: path={path}", "required": true, "type": "string" } @@ -241264,6 +248823,7 @@ { "in": "path", "name": "includePersonalNotebooks", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "type": "boolean", "default": false @@ -323759,6 +331319,2032 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource": { "get": { "tags": [ @@ -323956,6 +333542,2032 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/insights/trending": { "get": { "tags": [ @@ -324464,6 +336076,2032 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/insights/used": { "get": { "tags": [ @@ -324968,6 +338606,2032 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/licenseDetails": { "get": { "tags": [ @@ -335534,12 +351198,14 @@ { "in": "path", "name": "StartDateTime", + "description": "Usage: StartDateTime={StartDateTime}", "required": true, "type": "string" }, { "in": "path", "name": "EndDateTime", + "description": "Usage: EndDateTime={EndDateTime}", "required": true, "type": "string" } @@ -344949,6 +360615,7 @@ { "in": "path", "name": "includePersonalNotebooks", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "type": "boolean", "default": false @@ -380413,6 +396080,7 @@ { "in": "path", "name": "TimeZoneStandard", + "description": "Usage: TimeZoneStandard={TimeZoneStandard}", "required": true } ], @@ -385161,6 +400829,7 @@ { "in": "path", "name": "token", + "description": "Usage: token={token}", "required": true, "type": "string" } @@ -385330,6 +400999,7 @@ { "in": "path", "name": "q", + "description": "Usage: q={q}", "required": true, "type": "string" } @@ -416769,6 +432439,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -416778,6 +432449,7 @@ { "in": "path", "name": "height", + "description": "Usage: height={height}", "required": true, "type": "integer", "format": "int32", @@ -416787,6 +432459,7 @@ { "in": "path", "name": "fittingMode", + "description": "Usage: fittingMode={fittingMode}", "required": true, "type": "string" } @@ -416856,6 +432529,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -416865,6 +432539,7 @@ { "in": "path", "name": "height", + "description": "Usage: height={height}", "required": true, "type": "integer", "format": "int32", @@ -416937,6 +432612,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -419635,6 +435311,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -419786,6 +435463,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -420970,6 +436648,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -420979,6 +436658,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -421139,6 +436819,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -421309,6 +436990,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -421529,6 +437211,7 @@ { "in": "path", "name": "name", + "description": "Usage: name={name}", "required": true, "type": "string" } @@ -421579,6 +437262,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -421648,6 +437332,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -421657,6 +437342,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -421801,6 +437487,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -421955,6 +437642,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -423229,6 +438917,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -423238,6 +438927,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -423398,6 +439088,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -423568,6 +439259,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -426313,6 +442005,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -427444,6 +443137,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -428120,6 +443814,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -428129,6 +443824,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -428289,6 +443985,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -428459,6 +444156,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -428679,6 +444377,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -430994,6 +446693,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -431997,6 +447697,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -444175,6 +459876,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -444184,6 +459886,7 @@ { "in": "path", "name": "height", + "description": "Usage: height={height}", "required": true, "type": "integer", "format": "int32", @@ -444193,6 +459896,7 @@ { "in": "path", "name": "fittingMode", + "description": "Usage: fittingMode={fittingMode}", "required": true, "type": "string" } @@ -444262,6 +459966,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -444271,6 +459976,7 @@ { "in": "path", "name": "height", + "description": "Usage: height={height}", "required": true, "type": "integer", "format": "int32", @@ -444343,6 +460049,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -447041,6 +462748,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -447192,6 +462900,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -448376,6 +464085,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -448385,6 +464095,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -448545,6 +464256,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -448715,6 +464427,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -448935,6 +464648,7 @@ { "in": "path", "name": "name", + "description": "Usage: name={name}", "required": true, "type": "string" } @@ -448985,6 +464699,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -449054,6 +464769,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -449063,6 +464779,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -449207,6 +464924,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -449361,6 +465079,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -450092,6 +465811,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -450101,6 +465821,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -450261,6 +465982,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -450431,6 +466153,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -451249,6 +466972,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -451258,6 +466982,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -451418,6 +467143,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -451588,6 +467314,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -452900,6 +468627,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -453091,6 +468819,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -465065,6 +480794,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -465074,6 +480804,7 @@ { "in": "path", "name": "height", + "description": "Usage: height={height}", "required": true, "type": "integer", "format": "int32", @@ -465083,6 +480814,7 @@ { "in": "path", "name": "fittingMode", + "description": "Usage: fittingMode={fittingMode}", "required": true, "type": "string" } @@ -465152,6 +480884,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -465161,6 +480894,7 @@ { "in": "path", "name": "height", + "description": "Usage: height={height}", "required": true, "type": "integer", "format": "int32", @@ -465233,6 +480967,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -467931,6 +483666,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -468082,6 +483818,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -469266,6 +485003,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -469275,6 +485013,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -469435,6 +485174,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -469605,6 +485345,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -469825,6 +485566,7 @@ { "in": "path", "name": "name", + "description": "Usage: name={name}", "required": true, "type": "string" } @@ -469875,6 +485617,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -469944,6 +485687,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -469953,6 +485697,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -470097,6 +485842,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -470251,6 +485997,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -470982,6 +486729,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -470991,6 +486739,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -471151,6 +486900,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -471321,6 +487071,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -472139,6 +487890,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -472148,6 +487900,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -472308,6 +488061,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -472478,6 +488232,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -475223,6 +490978,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -476354,6 +492110,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -477030,6 +492787,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -477039,6 +492797,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -477199,6 +492958,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -477369,6 +493129,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -477589,6 +493350,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", diff --git a/docs/oas_2_0/graph1.0_updated.json b/docs/oas_2_0/graph1.0_updated.json index 7d2d841..68c2f4a 100644 --- a/docs/oas_2_0/graph1.0_updated.json +++ b/docs/oas_2_0/graph1.0_updated.json @@ -3426,6 +3426,60 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ @@ -3472,11 +3526,126 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ @@ -4099,6 +4268,68 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppRegistration-id", + "description": "key: id of managedAppRegistration", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ @@ -4153,11 +4384,142 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppRegistration-id", + "description": "key: id of managedAppRegistration", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppRegistration-id", + "description": "key: id of managedAppRegistration", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ @@ -4469,6 +4831,68 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppRegistration-id", + "description": "key: id of managedAppRegistration", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ @@ -4523,11 +4947,142 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppRegistration-id", + "description": "key: id of managedAppRegistration", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "managedAppRegistration-id", + "description": "key: id of managedAppRegistration", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "in": "path", + "name": "managedAppPolicy-id", + "description": "key: id of managedAppPolicy", + "required": true, + "type": "string", + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ @@ -6226,6 +6781,12 @@ "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" ] @@ -9925,6 +10486,12 @@ "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" ] @@ -10997,6 +11564,12 @@ "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" ] @@ -11047,8 +11620,11 @@ "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" ] }, @@ -21987,6 +22563,7 @@ { "in": "path", "name": "scope", + "description": "Usage: scope={scope}", "required": true, "type": "string" } @@ -22020,6 +22597,7 @@ { "in": "path", "name": "domainName", + "description": "Usage: domainName={domainName}", "required": true, "type": "string" } @@ -34554,6 +35132,7 @@ { "in": "path", "name": "q", + "description": "Usage: q={q}", "required": true, "type": "string" } @@ -38903,6 +39482,7 @@ { "in": "path", "name": "q", + "description": "Usage: q={q}", "required": true, "type": "string" } @@ -78627,6 +79207,7 @@ { "in": "path", "name": "includePersonalNotebooks", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "type": "boolean", "default": false @@ -161342,6 +161923,1728 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/insights/shared/{sharedInsight-id}/resource": { "get": { "tags": [ @@ -161507,6 +163810,1728 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.shared.resource.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/insights/trending": { "get": { "tags": [ @@ -161943,6 +165968,1728 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.trending.resource.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/insights/used": { "get": { "tags": [ @@ -162375,6 +168122,1728 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.used.resource.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/me/licenseDetails": { "get": { "tags": [ @@ -171621,12 +179090,14 @@ { "in": "path", "name": "StartDateTime", + "description": "Usage: StartDateTime={StartDateTime}", "required": true, "type": "string" }, { "in": "path", "name": "EndDateTime", + "description": "Usage: EndDateTime={EndDateTime}", "required": true, "type": "string" } @@ -180104,6 +187575,7 @@ { "in": "path", "name": "includePersonalNotebooks", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "type": "boolean", "default": false @@ -212020,6 +219492,7 @@ { "in": "path", "name": "TimeZoneStandard", + "description": "Usage: TimeZoneStandard={TimeZoneStandard}", "required": true } ], @@ -217634,6 +225107,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -217666,6 +225140,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -217698,6 +225173,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -217735,6 +225211,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -217770,6 +225247,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -217802,6 +225280,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -217834,6 +225313,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -217871,6 +225351,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -217906,6 +225387,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -217938,6 +225420,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -217970,6 +225453,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218002,6 +225486,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218034,6 +225519,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218138,6 +225624,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218170,6 +225657,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -218207,6 +225695,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218242,6 +225731,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218274,6 +225764,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -218311,6 +225802,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218346,6 +225838,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218378,6 +225871,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218410,6 +225904,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218442,6 +225937,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218474,6 +225970,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218506,6 +226003,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218538,6 +226036,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -218575,6 +226074,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218610,6 +226110,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218642,6 +226143,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -218679,6 +226181,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218714,6 +226217,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218746,6 +226250,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218778,6 +226283,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218810,6 +226316,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218842,6 +226349,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218874,6 +226382,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -218911,6 +226420,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -218946,6 +226456,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -218983,6 +226494,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219018,6 +226530,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219050,6 +226563,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219082,6 +226596,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219114,6 +226629,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219146,6 +226662,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219178,6 +226695,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219210,6 +226728,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -219247,6 +226766,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219282,6 +226802,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219314,6 +226835,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219346,6 +226868,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -219383,6 +226906,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219418,6 +226942,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219450,6 +226975,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219482,6 +227008,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219514,6 +227041,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219546,6 +227074,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219578,6 +227107,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219610,6 +227140,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219642,6 +227173,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219674,6 +227206,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219706,6 +227239,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219738,6 +227272,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219770,6 +227305,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -219807,6 +227343,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219842,6 +227379,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219874,6 +227412,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219906,6 +227445,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -219943,6 +227483,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -219978,6 +227519,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -220010,6 +227552,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -220042,6 +227585,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -220079,6 +227623,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -220114,6 +227659,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -220146,6 +227692,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -220178,6 +227725,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -220215,6 +227763,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -220250,6 +227799,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -220282,6 +227832,7 @@ { "in": "path", "name": "date", + "description": "Usage: date={date}", "required": true, "type": "string", "format": "date", @@ -220319,6 +227870,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -220354,6 +227906,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -220411,6 +227964,7 @@ { "in": "path", "name": "skip", + "description": "Usage: skip={skip}", "required": true, "type": "integer", "format": "int32", @@ -220420,6 +227974,7 @@ { "in": "path", "name": "top", + "description": "Usage: top={top}", "required": true, "type": "integer", "format": "int32", @@ -220429,12 +227984,14 @@ { "in": "path", "name": "filter", + "description": "Usage: filter={filter}", "required": true, "type": "string" }, { "in": "path", "name": "skipToken", + "description": "Usage: skipToken={skipToken}", "required": true, "type": "string" } @@ -220493,6 +228050,7 @@ { "in": "path", "name": "period", + "description": "Usage: period={period}", "required": true, "type": "string" } @@ -232014,6 +239572,7 @@ { "in": "path", "name": "path", + "description": "Usage: path={path}", "required": true, "type": "string" } @@ -241264,6 +248823,7 @@ { "in": "path", "name": "includePersonalNotebooks", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "type": "boolean", "default": false @@ -323759,6 +331319,2032 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource": { "get": { "tags": [ @@ -323956,6 +333542,2032 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.shared.resource.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "sharedInsight-id", + "description": "key: id of sharedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/insights/trending": { "get": { "tags": [ @@ -324464,6 +336076,2032 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.trending.resource.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "trending-id", + "description": "key: id of trending", + "required": true, + "type": "string", + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/insights/used": { "get": { "tags": [ @@ -324968,6 +338606,2032 @@ "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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { } + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/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/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.boundingRect", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.cell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.clear", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.column", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "column", + "description": "Usage: column={column}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/column(column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/column(column={column})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.columnsAfter-43bb", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.columnsAfter-0669", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsAfter()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.columnsBefore-b5c5", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.columnsBefore-b7c6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/columnsBefore()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.delete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/delete", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/delete" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.entireColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireColumn()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.entireRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/entireRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/entireRow()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.insert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/insert", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/insert" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.intersection", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "anotherRange", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.lastCell", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastCell()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastCell()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.lastColumn", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastColumn()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.lastRow", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/lastRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/lastRow()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.merge", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "across": { + "default": false, + "type": "boolean" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/merge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/merge" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.offsetRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "rowOffset", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "columnOffset", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.resizedRange", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "deltaRows", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + }, + { + "in": "path", + "name": "deltaColumns", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.row", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "row", + "description": "Usage: row={row}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/row(row={row})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/row(row={row})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.rowsAbove-80e1", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.rowsAbove-d2c7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsAbove()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.rowsBelow-2035", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.rowsBelow-cfc7", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "count", + "description": "Usage: count={count}", + "required": true, + "type": "integer", + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648 + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/rowsBelow()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.unmerge", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/unmerge", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/unmerge" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.usedRange-5ff6", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.usedRange-63c8", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "path", + "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "type": "boolean", + "default": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/usedRange()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRange.visibleView", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/visibleView()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/visibleView()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeFill.clear", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/clear" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeFormat.autofitColumns", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeFormat.autofitRows", + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeSort.apply", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + }, + { + "in": "body", + "name": "body", + "description": "Action parameters", + "required": true, + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { } + }, + "matchCase": { + "default": false, + "type": "boolean" + }, + "hasHeaders": { + "default": false, + "type": "boolean" + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/apply", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/apply" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.used.resource.microsoft.graph.workbookRangeView.range", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "user-id", + "description": "key: id of user", + "required": true, + "type": "string", + "x-ms-docs-key-type": "user" + }, + { + "in": "path", + "name": "usedInsight-id", + "description": "key: id of usedInsight", + "required": true, + "type": "string", + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { } + }, + "default": { + "$ref": "#/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/range()", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/range()" + ] + }, "/users/{user-id}/licenseDetails": { "get": { "tags": [ @@ -335534,12 +351198,14 @@ { "in": "path", "name": "StartDateTime", + "description": "Usage: StartDateTime={StartDateTime}", "required": true, "type": "string" }, { "in": "path", "name": "EndDateTime", + "description": "Usage: EndDateTime={EndDateTime}", "required": true, "type": "string" } @@ -344949,6 +360615,7 @@ { "in": "path", "name": "includePersonalNotebooks", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", "required": true, "type": "boolean", "default": false @@ -380413,6 +396080,7 @@ { "in": "path", "name": "TimeZoneStandard", + "description": "Usage: TimeZoneStandard={TimeZoneStandard}", "required": true } ], @@ -385161,6 +400829,7 @@ { "in": "path", "name": "token", + "description": "Usage: token={token}", "required": true, "type": "string" } @@ -385330,6 +400999,7 @@ { "in": "path", "name": "q", + "description": "Usage: q={q}", "required": true, "type": "string" } @@ -416769,6 +432439,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -416778,6 +432449,7 @@ { "in": "path", "name": "height", + "description": "Usage: height={height}", "required": true, "type": "integer", "format": "int32", @@ -416787,6 +432459,7 @@ { "in": "path", "name": "fittingMode", + "description": "Usage: fittingMode={fittingMode}", "required": true, "type": "string" } @@ -416856,6 +432529,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -416865,6 +432539,7 @@ { "in": "path", "name": "height", + "description": "Usage: height={height}", "required": true, "type": "integer", "format": "int32", @@ -416937,6 +432612,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -419635,6 +435311,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -419786,6 +435463,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -420970,6 +436648,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -420979,6 +436658,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -421139,6 +436819,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -421309,6 +436990,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -421529,6 +437211,7 @@ { "in": "path", "name": "name", + "description": "Usage: name={name}", "required": true, "type": "string" } @@ -421579,6 +437262,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -421648,6 +437332,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -421657,6 +437342,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -421801,6 +437487,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -421955,6 +437642,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -423229,6 +438917,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -423238,6 +438927,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -423398,6 +439088,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -423568,6 +439259,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -426313,6 +442005,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -427444,6 +443137,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -428120,6 +443814,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -428129,6 +443824,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -428289,6 +443985,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -428459,6 +444156,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -428679,6 +444377,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -430994,6 +446693,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -431997,6 +447697,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -444175,6 +459876,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -444184,6 +459886,7 @@ { "in": "path", "name": "height", + "description": "Usage: height={height}", "required": true, "type": "integer", "format": "int32", @@ -444193,6 +459896,7 @@ { "in": "path", "name": "fittingMode", + "description": "Usage: fittingMode={fittingMode}", "required": true, "type": "string" } @@ -444262,6 +459966,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -444271,6 +459976,7 @@ { "in": "path", "name": "height", + "description": "Usage: height={height}", "required": true, "type": "integer", "format": "int32", @@ -444343,6 +460049,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -447041,6 +462748,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -447192,6 +462900,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -448376,6 +464085,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -448385,6 +464095,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -448545,6 +464256,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -448715,6 +464427,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -448935,6 +464648,7 @@ { "in": "path", "name": "name", + "description": "Usage: name={name}", "required": true, "type": "string" } @@ -448985,6 +464699,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -449054,6 +464769,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -449063,6 +464779,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -449207,6 +464924,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -449361,6 +465079,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -450092,6 +465811,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -450101,6 +465821,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -450261,6 +465982,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -450431,6 +466153,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -451249,6 +466972,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -451258,6 +466982,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -451418,6 +467143,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -451588,6 +467314,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -452900,6 +468627,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -453091,6 +468819,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -465065,6 +480794,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -465074,6 +480804,7 @@ { "in": "path", "name": "height", + "description": "Usage: height={height}", "required": true, "type": "integer", "format": "int32", @@ -465083,6 +480814,7 @@ { "in": "path", "name": "fittingMode", + "description": "Usage: fittingMode={fittingMode}", "required": true, "type": "string" } @@ -465152,6 +480884,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -465161,6 +480894,7 @@ { "in": "path", "name": "height", + "description": "Usage: height={height}", "required": true, "type": "integer", "format": "int32", @@ -465233,6 +480967,7 @@ { "in": "path", "name": "width", + "description": "Usage: width={width}", "required": true, "type": "integer", "format": "int32", @@ -467931,6 +483666,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -468082,6 +483818,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -469266,6 +485003,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -469275,6 +485013,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -469435,6 +485174,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -469605,6 +485345,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -469825,6 +485566,7 @@ { "in": "path", "name": "name", + "description": "Usage: name={name}", "required": true, "type": "string" } @@ -469875,6 +485617,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -469944,6 +485687,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -469953,6 +485697,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -470097,6 +485842,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -470251,6 +485997,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -470982,6 +486729,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -470991,6 +486739,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -471151,6 +486900,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -471321,6 +487071,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -472139,6 +487890,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -472148,6 +487900,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -472308,6 +488061,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -472478,6 +488232,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -475223,6 +490978,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -476354,6 +492110,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", @@ -477030,6 +492787,7 @@ { "in": "path", "name": "row", + "description": "Usage: row={row}", "required": true, "type": "integer", "format": "int32", @@ -477039,6 +492797,7 @@ { "in": "path", "name": "column", + "description": "Usage: column={column}", "required": true, "type": "integer", "format": "int32", @@ -477199,6 +492958,7 @@ { "in": "path", "name": "address", + "description": "Usage: address={address}", "required": true, "type": "string" } @@ -477369,6 +493129,7 @@ { "in": "path", "name": "valuesOnly", + "description": "Usage: valuesOnly={valuesOnly}", "required": true, "type": "boolean", "default": false @@ -477589,6 +493350,7 @@ { "in": "path", "name": "index", + "description": "Usage: index={index}", "required": true, "type": "integer", "format": "int32", diff --git a/src/Microsoft.OpenApi.OData.Reader/Edm/ODataKeySegment.cs b/src/Microsoft.OpenApi.OData.Reader/Edm/ODataKeySegment.cs index 10e5e47..59bf3ef 100644 --- a/src/Microsoft.OpenApi.OData.Reader/Edm/ODataKeySegment.cs +++ b/src/Microsoft.OpenApi.OData.Reader/Edm/ODataKeySegment.cs @@ -25,6 +25,22 @@ namespace Microsoft.OpenApi.OData.Edm EntityType = entityType ?? throw Error.ArgumentNull(nameof(entityType)); } + /// + /// Initializes a new instance of class. + /// + /// The entity type contains the keys. + /// The key/template mappings. + public ODataKeySegment(IEdmEntityType entityType, IDictionary keyMappings) + { + EntityType = entityType ?? throw Error.ArgumentNull(nameof(entityType)); + KeyMappings = keyMappings ?? throw Error.ArgumentNull(nameof(keyMappings)); + } + + /// + /// Gets the key/template mappings. + /// + public IDictionary KeyMappings { get; } + /// public override IEdmEntityType EntityType { get; } @@ -51,6 +67,26 @@ namespace Microsoft.OpenApi.OData.Edm { Utils.CheckArgumentNull(settings, nameof(settings)); + // Use the output key/template mapping + if (KeyMappings != null) + { + if (KeyMappings.Count == 1) + { + var key = KeyMappings.First(); + return $"{{{key.Value}}}"; + } + else + { + IList keyStrings = new List(); + foreach (var key in KeyMappings) + { + keyStrings.Add(key.Key + "={" + key.Value + "}"); + } + + return String.Join(",", keyStrings); + } + } + IList keys = EntityType.Key().ToList(); if (keys.Count() == 1) { @@ -82,7 +118,18 @@ namespace Microsoft.OpenApi.OData.Edm internal IDictionary GetKeyNameMapping(OpenApiConvertSettings settings, HashSet parameters) { + // Use the output key/template mapping IDictionary keyNamesMapping = new Dictionary(); + if (KeyMappings != null) + { + foreach (var keyName in KeyMappings) + { + keyNamesMapping[keyName.Key] = keyName.Value; + } + + return keyNamesMapping; + } + IList keys = EntityType.Key().ToList(); if (keys.Count() == 1) { diff --git a/src/Microsoft.OpenApi.OData.Reader/Edm/ODataOperationImportSegment.cs b/src/Microsoft.OpenApi.OData.Reader/Edm/ODataOperationImportSegment.cs index e1a67e1..0aa44a4 100644 --- a/src/Microsoft.OpenApi.OData.Reader/Edm/ODataOperationImportSegment.cs +++ b/src/Microsoft.OpenApi.OData.Reader/Edm/ODataOperationImportSegment.cs @@ -26,6 +26,22 @@ namespace Microsoft.OpenApi.OData.Edm OperationImport = operationImport ?? throw Error.ArgumentNull(nameof(operationImport)); } + /// + /// Initializes a new instance of class. + /// + /// The operation import. + /// The parameter mappings. + public ODataOperationImportSegment(IEdmOperationImport operationImport, IDictionary parameterMappings) + { + OperationImport = operationImport ?? throw Error.ArgumentNull(nameof(operationImport)); + ParameterMappings = parameterMappings ?? throw Error.ArgumentNull(nameof(parameterMappings)); + } + + /// + /// Gets the parameter mappings. + /// + public IDictionary ParameterMappings { get; } + /// /// Gets the operation import. /// diff --git a/src/Microsoft.OpenApi.OData.Reader/Edm/ODataOperationSegment.cs b/src/Microsoft.OpenApi.OData.Reader/Edm/ODataOperationSegment.cs index 8241988..baae828 100644 --- a/src/Microsoft.OpenApi.OData.Reader/Edm/ODataOperationSegment.cs +++ b/src/Microsoft.OpenApi.OData.Reader/Edm/ODataOperationSegment.cs @@ -37,6 +37,22 @@ namespace Microsoft.OpenApi.OData.Edm IsEscapedFunction = isEscapedFunction; } + /// + /// Initializes a new instance of class. + /// + /// The operation. + /// The parameter mapping. + public ODataOperationSegment(IEdmOperation operation, IDictionary parameterMappings) + { + Operation = operation ?? throw Error.ArgumentNull(nameof(operation)); + ParameterMappings = parameterMappings ?? throw Error.ArgumentNull(nameof(parameterMappings)); + } + + /// + /// Gets the parameter mappings. + /// + public IDictionary ParameterMappings { get; } + /// /// Gets the operation. /// diff --git a/src/Microsoft.OpenApi.OData.Reader/Generator/OpenApiParameterGenerator.cs b/src/Microsoft.OpenApi.OData.Reader/Generator/OpenApiParameterGenerator.cs index 533098a..942a43d 100644 --- a/src/Microsoft.OpenApi.OData.Reader/Generator/OpenApiParameterGenerator.cs +++ b/src/Microsoft.OpenApi.OData.Reader/Generator/OpenApiParameterGenerator.cs @@ -74,13 +74,22 @@ namespace Microsoft.OpenApi.OData.Generator int skip = function.IsBound ? 1 : 0; foreach (IEdmOperationParameter edmParameter in function.Parameters.Skip(skip)) { + if (parameterNameMapping != null) + { + if (!parameterNameMapping.ContainsKey(edmParameter.Name)) + { + continue; + } + } + + OpenApiParameter parameter; // Structured or collection-valued parameters are represented as a parameter alias // in the path template and the parameters array contains a Parameter Object for // the parameter alias as a query option of type string. if (edmParameter.Type.IsStructured() || edmParameter.Type.IsCollection()) { - parameters.Add(new OpenApiParameter + parameter = new OpenApiParameter { Name = parameterNameMapping == null ? edmParameter.Name : parameterNameMapping[edmParameter.Name], In = ParameterLocation.Query, // as query option @@ -96,19 +105,26 @@ namespace Microsoft.OpenApi.OData.Generator // The parameter description describes the format this URL-encoded JSON object or array, and/or reference to [OData-URL]. Description = "The URL-encoded JSON " + (edmParameter.Type.IsStructured() ? "array" : "object") - }); + }; } else { // Primitive parameters use the same type mapping as described for primitive properties. - parameters.Add(new OpenApiParameter + parameter = new OpenApiParameter { Name = parameterNameMapping == null ? edmParameter.Name : parameterNameMapping[edmParameter.Name], In = ParameterLocation.Path, Required = true, Schema = context.CreateEdmTypeSchema(edmParameter.Type) - }); + }; } + + if (parameterNameMapping != null) + { + parameter.Description = $"Usage: {edmParameter.Name}={{{parameterNameMapping[edmParameter.Name]}}}"; + } + + parameters.Add(parameter); } return parameters; @@ -170,6 +186,11 @@ namespace Microsoft.OpenApi.OData.Generator Schema = context.CreateEdmTypeSchema(keyProperty.Type) }; + if (keySegment.KeyMappings != null) + { + parameter.Description = parameter.Description + $", {keyProperty.Name}={{{parameter.Name}}}"; + } + parameter.Extensions.Add(Constants.xMsKeyType, new OpenApiString(entityType.Name)); parameters.Add(parameter); } diff --git a/src/Microsoft.OpenApi.OData.Reader/Operation/EdmFunctionImportOperationHandler.cs b/src/Microsoft.OpenApi.OData.Reader/Operation/EdmFunctionImportOperationHandler.cs index 5d3820e..9a4d1ee 100644 --- a/src/Microsoft.OpenApi.OData.Reader/Operation/EdmFunctionImportOperationHandler.cs +++ b/src/Microsoft.OpenApi.OData.Reader/Operation/EdmFunctionImportOperationHandler.cs @@ -25,11 +25,22 @@ namespace Microsoft.OpenApi.OData.Operation base.SetParameters(operation); IEdmFunctionImport functionImport = EdmOperationImport as IEdmFunctionImport; - //The parameters array contains a Parameter Object for each parameter of the function overload, - // and it contains specific Parameter Objects for the allowed system query options. - foreach (var param in Context.CreateParameters(functionImport)) + + if (OperationImportSegment.ParameterMappings != null) { - AppendParameter(operation, param); + foreach (var param in Context.CreateParameters(functionImport.Function, OperationImportSegment.ParameterMappings)) + { + AppendParameter(operation, param); + } + } + else + { + //The parameters array contains a Parameter Object for each parameter of the function overload, + // and it contains specific Parameter Objects for the allowed system query options. + foreach (var param in Context.CreateParameters(functionImport)) + { + AppendParameter(operation, param); + } } } diff --git a/src/Microsoft.OpenApi.OData.Reader/Operation/EdmOperationImportOperationHandler.cs b/src/Microsoft.OpenApi.OData.Reader/Operation/EdmOperationImportOperationHandler.cs index 94ae8e3..b91bd18 100644 --- a/src/Microsoft.OpenApi.OData.Reader/Operation/EdmOperationImportOperationHandler.cs +++ b/src/Microsoft.OpenApi.OData.Reader/Operation/EdmOperationImportOperationHandler.cs @@ -26,13 +26,18 @@ namespace Microsoft.OpenApi.OData.Operation /// protected IEdmOperationImport EdmOperationImport { get; private set; } + /// + /// Gets the . + /// + protected ODataOperationImportSegment OperationImportSegment { get; private set; } + /// protected override void Initialize(ODataContext context, ODataPath path) { base.Initialize(context, path); - ODataOperationImportSegment operationImportSegment = path.LastSegment as ODataOperationImportSegment; - EdmOperationImport = operationImportSegment.OperationImport; + OperationImportSegment = path.LastSegment as ODataOperationImportSegment; + EdmOperationImport = OperationImportSegment.OperationImport; } /// diff --git a/src/Microsoft.OpenApi.OData.Reader/Operation/EdmOperationOperationHandler.cs b/src/Microsoft.OpenApi.OData.Reader/Operation/EdmOperationOperationHandler.cs index 00d4fe9..4538fb1 100644 --- a/src/Microsoft.OpenApi.OData.Reader/Operation/EdmOperationOperationHandler.cs +++ b/src/Microsoft.OpenApi.OData.Reader/Operation/EdmOperationOperationHandler.cs @@ -115,19 +115,31 @@ namespace Microsoft.OpenApi.OData.Operation if (EdmOperation.IsFunction()) { IEdmFunction function = (IEdmFunction)EdmOperation; - IDictionary mappings = ParameterMappings[OperationSegment]; - IList parameters = Context.CreateParameters(function, mappings); - if (operation.Parameters == null) - { - operation.Parameters = parameters; - } - else + + if (OperationSegment.ParameterMappings != null) { + IList parameters = Context.CreateParameters(function, OperationSegment.ParameterMappings); foreach (var parameter in parameters) { AppendParameter(operation, parameter); } } + else + { + IDictionary mappings = ParameterMappings[OperationSegment]; + IList parameters = Context.CreateParameters(function, mappings); + if (operation.Parameters == null) + { + operation.Parameters = parameters; + } + else + { + foreach (var parameter in parameters) + { + AppendParameter(operation, parameter); + } + } + } } } diff --git a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.V2.json b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.V2.json index 46ef53e..1feaeb3 100644 --- a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.V2.json +++ b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.V2.json @@ -1115,6 +1115,7 @@ { "in": "path", "name": "userName", + "description": "Usage: userName={userName}", "required": true, "type": "string" } @@ -1245,6 +1246,7 @@ { "in": "path", "name": "lastName", + "description": "Usage: lastName={lastName}", "required": true, "type": "string" } @@ -2646,6 +2648,7 @@ { "in": "path", "name": "userName", + "description": "Usage: userName={userName}", "required": true, "type": "string" } @@ -2800,6 +2803,7 @@ { "in": "path", "name": "lastName", + "description": "Usage: lastName={lastName}", "required": true, "type": "string" } @@ -4273,6 +4277,7 @@ { "in": "path", "name": "userName", + "description": "Usage: userName={userName}", "required": true, "type": "string" } @@ -4427,6 +4432,7 @@ { "in": "path", "name": "lastName", + "description": "Usage: lastName={lastName}", "required": true, "type": "string" } diff --git a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.V2.yaml b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.V2.yaml index 1fb3317..35e015c 100644 --- a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.V2.yaml +++ b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.V2.yaml @@ -762,6 +762,7 @@ paths: parameters: - in: path name: userName + description: 'Usage: userName={userName}' required: true type: string responses: @@ -849,6 +850,7 @@ paths: parameters: - in: path name: lastName + description: 'Usage: lastName={lastName}' required: true type: string responses: @@ -1829,6 +1831,7 @@ paths: x-ms-docs-key-type: Person - in: path name: userName + description: 'Usage: userName={userName}' required: true type: string responses: @@ -1934,6 +1937,7 @@ paths: x-ms-docs-key-type: Person - in: path name: lastName + description: 'Usage: lastName={lastName}' required: true type: string responses: @@ -2968,6 +2972,7 @@ paths: x-ms-docs-key-type: Person - in: path name: userName + description: 'Usage: userName={userName}' required: true type: string responses: @@ -3073,6 +3078,7 @@ paths: x-ms-docs-key-type: Person - in: path name: lastName + description: 'Usage: lastName={lastName}' required: true type: string responses: diff --git a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.json b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.json index 9a316bc..f965672 100644 --- a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.json +++ b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.json @@ -1267,6 +1267,7 @@ { "name": "userName", "in": "path", + "description": "Usage: userName={userName}", "required": true, "schema": { "type": "string" @@ -1405,6 +1406,7 @@ { "name": "lastName", "in": "path", + "description": "Usage: lastName={lastName}", "required": true, "schema": { "type": "string" @@ -2968,6 +2970,7 @@ { "name": "userName", "in": "path", + "description": "Usage: userName={userName}", "required": true, "schema": { "type": "string" @@ -3140,6 +3143,7 @@ { "name": "lastName", "in": "path", + "description": "Usage: lastName={lastName}", "required": true, "schema": { "type": "string" @@ -4795,6 +4799,7 @@ { "name": "userName", "in": "path", + "description": "Usage: userName={userName}", "required": true, "schema": { "type": "string" @@ -4967,6 +4972,7 @@ { "name": "lastName", "in": "path", + "description": "Usage: lastName={lastName}", "required": true, "schema": { "type": "string" diff --git a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.yaml b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.yaml index ad73cb2..b98728f 100644 --- a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.yaml +++ b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.yaml @@ -849,6 +849,7 @@ paths: parameters: - name: userName in: path + description: 'Usage: userName={userName}' required: true schema: type: string @@ -937,6 +938,7 @@ paths: parameters: - name: lastName in: path + description: 'Usage: lastName={lastName}' required: true schema: type: string @@ -2015,6 +2017,7 @@ paths: x-ms-docs-key-type: Person - name: userName in: path + description: 'Usage: userName={userName}' required: true schema: type: string @@ -2126,6 +2129,7 @@ paths: x-ms-docs-key-type: Person - name: lastName in: path + description: 'Usage: lastName={lastName}' required: true schema: type: string @@ -3268,6 +3272,7 @@ paths: x-ms-docs-key-type: Person - name: userName in: path + description: 'Usage: userName={userName}' required: true schema: type: string @@ -3379,6 +3384,7 @@ paths: x-ms-docs-key-type: Person - name: lastName in: path + description: 'Usage: lastName={lastName}' required: true schema: type: string